Lines Matching full:protocol
39 .Fn socket "int domain" "int type" "int protocol"
49 communication will take place; this selects the protocol family
61 PF_ROUTE Internal routing protocol,
66 PF_INET_SDP OFED socket direct protocol (IPv4),
70 Each protocol family is connected to an address family, which has the
75 Other protocol families may be also defined, beginning with
88 SOCK_RAW Raw-protocol interface,
108 This facility may have protocol-specific properties.
128 .Fa protocol
130 specifies a particular protocol to be used with the socket.
131 Normally only a single protocol exists to support a particular
132 socket type within a given protocol family.
134 that many protocols may exist, in which case a particular protocol
136 The protocol number to use is
144 .Fa protocol
146 implementation of a socket type for the protocol, if any.
168 (Some protocol families, such as the Internet family,
188 peer protocol has buffer space cannot be successfully transmitted
261 Permission to create a socket of the specified type and/or protocol
265 specified domain is not supported by this protocol family.
276 The protocol type or the specified protocol is not supported
279 The socket type is not supported by the protocol.