Archive for November, 2010

x25

SYNOPSIS #include <sys/socket.h> #include <linux/x25.h> x25_socket = socket(AF_X25, SOCK_SEQPACKET, 0); DESCRIPTION X25 sockets provide an interface to the X.25 packet layer protocol. This allows applications to communicate over a public X.25 data network as standardized by International Telecommunication Union’s recommenda- tion X.25 (X.25 DTE-DCE mode). X25 sockets can also be used for commu- nication without…