INET(4) - Device Drivers Manual
INET(4) - Device Drivers Manual # INET(4) - Device Drivers Manual NAME # inet - Internet protocol family SYNOPSIS # #include <sys/types.h> #include <netinet/in.h> DESCRIPTION # The Internet protocol family is a collection of protocols layered atop the Internet Protocol (IP) transport layer, and utilizing the Internet address format. The Internet family provides protocol support for the SOCK_STREAM, SOCK_DGRAM, and SOCK_RAW socket types; the SOCK_RAW interface provides access to the IP protocol. ...