Pegasus InfoCorp: Web site design and web software development company

IP (7)

Linux IPv4 protocol implementation

SYNOPSIS

    #include <sys/socket.h> #include <net/netinet.h> tcp_socket " = socket(PF_INET, SOCK_STREAM, 0);" raw_socket " = socket(PF_INET, SOCK_RAW, " protocol ");" udp_socket " = socket(PF_INET, SOCK_DGRAM, " protocol ");"

DESCRIPTION

    Linux implements the Internet Protocol, version 4, described in RFC791 and RFC1122. ip contains a level 2 multicasting implementation conforming to RFC1112. It also contains an IP router including a packet filter.