Searched defs:protoent (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h83 struct protoent { struct
107 struct protoent *getprotobyname_r
108 (const char *, struct protoent *, char *, int);
109 struct protoent *getprotobynumber_r
110 (int, struct protoent *, char *, int);
111 struct protoent *getprotoent_r(struct protoent *, char *, int);
126 struct protoent *getprotobyname(const char *);
127 struct protoent *getprotobynumber(int);
128 struct protoent *getprotoen
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h59 struct protoent { struct
74 struct protoent *getprotobyname(), *getprotobynumber(), *getprotoent();
/illumos-gate/usr/src/head/
H A Dnetdb.h224 struct protoent { struct
258 struct protoent *getprotobyname_r
259 (const char *, struct protoent *, char *, int);
260 struct protoent *getprotobynumber_r
261 (int, struct protoent *, char *, int);
262 struct protoent *getprotoent_r(struct protoent *, char *, int);
274 struct protoent *getprotobyname(const char *);
275 struct protoent *getprotobynumber(int);
276 struct protoent *getprotoen
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c574 struct protoent *protoent; local
576 protoent = getprotobynumber(r_ent->irl_proto);
577 (void) strlcpy(valstr, protoent->p_name, scf_val_len);
1112 struct protoent *protoent; local
1114 protoent = getprotobyname(valstr);
1115 r_ent->rl_proto = protoent->p_proto;

Completed in 75 milliseconds