Searched defs: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.c872 * int irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len)
885 irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) { function
2149 irp_marshall_ho(&he, &b, &len);
2163 if (irp_marshall_ho(hp, &b, &len) != 0) {
2164 printf("irp_marshall_ho failed\n");

Completed in 75 milliseconds