Home | History | Annotate | Download | only in roken

Lines Matching defs:protocol

48 			    int *protocol,
63 *protocol = protoent->p_proto;
72 *protocol = IPPROTO_TCP;
76 *protocol = IPPROTO_UDP;
82 *protocol = IPPROTO_TCP;
86 *protocol = IPPROTO_UDP;
106 add_one (int port, int protocol, int socktype,
121 a->ai_protocol = protocol;
183 int port, int protocol, int socktype,
212 ret = add_one (port, protocol, socktype,
219 ret = add_one (port, protocol, socktype,
227 add_hostent (int port, int protocol, int socktype,
262 ret = add_one (port, protocol, socktype,
277 int port, int protocol, int socktype,
294 ret = add_one (port, protocol, socktype,
305 ret = add_one (port, protocol, socktype,
317 int port, int protocol, int socktype,
339 ret = add_hostent (port, protocol, socktype,
351 ret = add_hostent (port, protocol, socktype,
380 int protocol = 0;
399 &port, &protocol, &socktype);
404 ret = get_number (nodename, hints, port, protocol, socktype, res);
409 ret = get_nodes (nodename, hints, port, protocol, socktype,
413 ret = get_null (hints, port, protocol, socktype, res);