OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protoent
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/getaddrinfo/
support.c
77
struct
protoent
*
protoent
;
local in function:parse_protocol
82
protoent
= getprotobyname(string);
83
if (
protoent
== NULL)
86
*protop =
protoent
->p_proto;
getaddrinfo.c
175
struct
protoent
*
protoent
;
local in function:printaddrinfo
199
protoent
= getprotobynumber(ai->ai_protocol);
200
if (
protoent
== NULL)
203
n = printf(" %s",
protoent
->p_name);
/src/include/
netdb.h
181
struct
protoent
{
struct
330
struct
protoent
*getprotobyname(const char *);
331
struct
protoent
*getprotobynumber(int);
332
struct
protoent
*getprotoent(void);
Completed in 12 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025