Getprotobyname

ICMP6(4) - Device Drivers Manual

Send, Netintro, Getsockopt, Setsockopt, Getprotobyname, Socket, Inet6, Recv, Ip6, Icmp6

ICMP6(4) - Device Drivers Manual # ICMP6(4) - Device Drivers Manual NAME # icmp6 - Internet Control Message Protocol for IPv6 SYNOPSIS # #include <sys/socket.h> #include <netinet/in.h> #include <netinet/icmp6.h> int socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); DESCRIPTION # ICMPv6 is the error and control message protocol used by IPv6 and the IPv6 protocol family (see ip6(4) and inet6(4)). It may be accessed through a “raw socket” for network monitoring and diagnostic functions. ...