Home
last modified time | relevance | path

Searched refs:irp_marshall_sv (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h33 #define irp_marshall_sv __irp_marshall_sv macro
52 int irp_marshall_sv(const struct servent *, char **, size_t *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c575 irp_marshall_sv(const struct servent *sv, char **buffer, size_t *len) { in irp_marshall_sv() function
2182 irp_marshall_sv(sv, &b, &len); in main()
2195 if (irp_marshall_sv(sv, &b, &len) != 0) { in main()