Lines Matching refs:protocol
62 * The protocol family that should be used. When ai_family is set
63 * to PF_UNSPEC, it means the caller will accept any protocol
72 * indicates which transport protocol is wanted: IPPROTO_UDP or
74 * protocol.</li>
90 * connect(2) for a connection-oriented protocol or connect(2),
91 * sendto(2), or sendmsg(2) if a connectionless protocol was
182 int family, socktype, flags, protocol;
202 protocol = hints->ai_protocol;
250 protocol = 0;
317 ai->ai_protocol = protocol;
330 ai->ai_protocol = protocol;