HomeSort by: relevance | last modified time | path
    Searched defs:protoent_data (Results 1 - 2 of 2) 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 *);
  /src/external/bsd/libbind/dist/include/
netdb.h 321 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 *));

Completed in 26 milliseconds