Lines Matching defs:protocol
46 * The protocol family that should be used. When ai_family is set
47 * to PF_UNSPEC, it means the caller will accept any protocol
56 * indicates which transport protocol is wanted: IPPROTO_UDP or
58 * protocol.</li>
74 * connect(2) for a connection-oriented protocol or connect(2),
75 * sendto(2), or sendmsg(2) if a connectionless protocol was
192 int family, socktype, flags, protocol;
213 protocol = hints->ai_protocol;
261 protocol = 0;
328 ai->ai_protocol = protocol;
341 ai->ai_protocol = protocol;