Searched refs:protoent_data (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/lib/libc/net/
H A Dprotoent.h37 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 *);
H A Dgetprotobynumber_r.c52 getprotobynumber_r(int proto, struct protoent *pr, struct protoent_data *pd)
H A Dgetprotoent.c53 struct protoent_data _protoent_data;
H A Dgetprotoent_r.c57 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)
H A Dgetprotobyname_r.c55 struct protoent_data *pd)
/netbsd-current/external/bsd/libbind/dist/include/
H A Dnetdb.h321 struct protoent_data { struct
463 struct protoent *, struct protoent_data *));
465 struct protoent *, struct protoent_data *));
466 int getprotoent_r __P((struct protoent *, struct protoent_data *));
467 int setprotoent_r __P((int, struct protoent_data *));
469 int endprotoent_r __P((struct protoent_data *));
471 void endprotoent_r __P((struct protoent_data *));
/netbsd-current/external/bsd/libpcap/dist/
H A Dnametoaddr.c553 struct protoent_data proto_data;
H A Dconfigure6763 struct protoent_data proto_data;
/netbsd-current/external/bsd/libbind/dist/
H A Dconfigure31527 int getprotoent_r (struct protoent *, struct protoent_data *prot_data);
31558 PROTO_R_ARGS="#define PROTO_R_ARGS struct protoent_data *prot_data"
31561 PROTO_R_COPY_ARGS="#define PROTO_R_COPY_ARGS struct protoent_data *pdptr"
31757 void endprotoent_r(struct protoent_data *);
31788 PROTO_R_ENT_ARGS="#define PROTO_R_ENT_ARGS struct protoent_data *proto_data"
31808 int endprotoent_r(struct protoent_data *);
31839 PROTO_R_ENT_ARGS="#define PROTO_R_ENT_ARGS struct protoent_data *proto_data"
32018 int setprotoent_r (int, struct protoent_data *);

Completed in 263 milliseconds