Lines Matching refs:servent
40 copy_servent(struct servent *, struct servent *, SERV_R_COPY_ARGS);
44 struct servent *sptr, SERV_R_ARGS) {
45 struct servent *se = getservbyname(name, proto);
65 struct servent *sptr, SERV_R_ARGS) {
66 struct servent *se = getservbyport(port, proto);
91 getservent_r(struct servent *sptr, SERV_R_ARGS) {
92 struct servent *se = getservent();
144 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) {
195 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) {