Lines Matching defs:proto
75 getprotobynumber_r(int proto, struct protoent *result, char *buffer, int buflen)
81 arg.key.number = proto;
133 struct protoent *proto = (struct protoent *)ent;
161 proto->p_name = buffer;
167 /* Syntax error -- no proto number */
172 p++; /* Find the end of the proto number */
181 proto->p_proto = (int)strtol(numbuf, &numend, 10);
202 proto->p_aliases = 0;
206 proto->p_aliases = ptr;
210 proto->p_aliases = _nss_netdb_aliases(p, lenstr - (int)(p - instr),