Searched defs: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.c566 * int irp_marshall_sv(const struct servent *sv, char **buffer, size_t *len)
579 irp_marshall_sv(const struct servent *sv, char **buffer, size_t *len) { function
2186 irp_marshall_sv(sv, &b, &len);
2199 if (irp_marshall_sv(sv, &b, &len) != 0) {
2200 printf("irp_marshall_sv failed\n");

Completed in 61 milliseconds