Lines Matching refs:protocol
539 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags)
569 inet_ptos(protocol),
577 hints.ai_protocol = protocol;
660 if ((protocol) &&
661 (temp_res->ai_protocol != protocol)) {
665 "WARNING! Changed bogus getaddrinfo protocol %d to %d\n",
667 protocol);
670 temp_res->ai_protocol = protocol;
687 /* if we dropped the protocol hint, it would be for a protocol that
695 "WARNING! getaddrinfo returned a protocol other than the\n");
697 "requested protocol. Please contact your vendor for\n");
722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) {
729 protocol,
775 protocol,