Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h27 #define irp_marshall_ho __irp_marshall_ho macro
56 int irp_marshall_ho(struct hostent *, char **, size_t *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c881 irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) { in irp_marshall_ho() function
2145 irp_marshall_ho(&he, &b, &len); in main()
2159 if (irp_marshall_ho(hp, &b, &len) != 0) { in main()