Searched refs:sv_byport (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_sv.c | 54 static struct servent * sv_byport(struct irs_sv *, int, const char *); 87 sv->byport = sv_byport; in irs_gen_sv() 145 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | irp_sv.c | 60 static struct servent * sv_byport(struct irs_sv *, int, const char *); 98 sv->byport = sv_byport; in irs_irp_sv() 226 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | dns_sv.c | 61 static struct servent * sv_byport(struct irs_sv *, int, const char *); 101 sv->byport = sv_byport; in irs_dns_sv() 149 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|
H A D | lcl_sv.c | 99 static struct servent * sv_byport(struct irs_sv *, int, const char *); 137 sv->byport = sv_byport; in irs_lcl_sv() 210 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport() function
|