Home | History | Annotate | Download | only in c-ares

Lines Matching defs:proto

290   const char *proto;
304 proto = "udp";
306 proto = "sctp";
308 proto = "dccp";
310 proto = "tcp";
315 if (getservbyport_r(port, proto, &se, (void *)tmpbuf,
319 sep = getservbyport_r(port, proto, &se, (void *)tmpbuf,
322 if (getservbyport_r(port, proto, &se, (void *)tmpbuf) != 0)
326 sep = getservbyport(port, proto);
331 sep = getservbyport(port, (char*)proto);
333 sep = getservbyport(port, proto);