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