Pegasus InfoCorp: Web site design and web software development company

IP (4)

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 IPv4 protocol described in RFC791 and RFC1122. ip contains a level 2 multicasting implementation comforming to RFC1112. It also contains an IP router including a packet filter.