Searched refs:sv_byport (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | irp_sv.c | 66 static struct servent * sv_byport(struct irs_sv *, int, const char *); 104 sv->byport = sv_byport; in irs_irp_sv() 232 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | gen_sv.c | 58 static struct servent * sv_byport(struct irs_sv *, int, const char *); 91 sv->byport = sv_byport; in irs_gen_sv() 149 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | dns_sv.c | 65 static struct servent * sv_byport(struct irs_sv *, int, const char *); 105 sv->byport = sv_byport; in irs_dns_sv() 153 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | lcl_sv.c | 105 static struct servent * sv_byport(struct irs_sv *, int, const char *); 143 sv->byport = sv_byport; in irs_lcl_sv() 216 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|