Home | History | Annotate | Download | only in netperf

Lines Matching refs:ai_protocol

577   hints.ai_protocol = protocol;
609 hints.ai_protocol field, and set some state "remembering"
613 hints.ai_protocol = 0;
636 seem to completely honor the ai_protocol and/or ai_socktype one
661 (temp_res->ai_protocol != protocol)) {
666 temp_res->ai_protocol,
670 temp_res->ai_protocol = protocol;
692 (hints.ai_protocol != 0)) {
870 res->ai_protocol);
878 inet_ptos(res->ai_protocol),
956 however, now we are using res->ai_protocol, which will be
965 have to make sure that res->ai_protocol actually makes sense for
970 if ((loc_nodelay) && (res->ai_protocol != IPPROTO_UDP)) {
986 if (IPPROTO_SCTP == res->ai_protocol) {
993 res->ai_protocol,