HomeSort by: relevance | last modified time | path
    Searched refs:protoent_data (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/net/
protoent.h 37 struct protoent_data { struct
51 extern struct protoent_data _protoent_data;
53 struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
55 struct protoent *, struct protoent_data *);
57 struct protoent *, struct protoent_data *);
58 void setprotoent_r(int, struct protoent_data *);
59 void endprotoent_r(struct protoent_data *);
getprotobynumber_r.c 52 getprotobynumber_r(int proto, struct protoent *pr, struct protoent_data *pd)
getprotoent.c 53 struct protoent_data _protoent_data;
getprotoent_r.c 57 setprotoent_r(int f, struct protoent_data *pd)
67 endprotoent_r(struct protoent_data *pd)
86 getprotoent_r(struct protoent *pr, struct protoent_data *pd)
getprotobyname_r.c 55 struct protoent_data *pd)

Completed in 15 milliseconds