Home
last modified time | relevance | path

Searched refs:irp_unmarshall_ho (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h35 #define irp_unmarshall_ho __irp_unmarshall_ho macro
57 int irp_unmarshall_ho(struct hostent *, char *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c195 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byname2()
258 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byaddr()
305 if (irp_unmarshall_ho(ho, body) != 0) { in ho_next()
H A Dirpmarshall.c988 irp_unmarshall_ho(struct hostent *ho, char *buffer) { in irp_unmarshall_ho() function
2127 if (irp_unmarshall_ho(&he, argv[1]) != 0) { in main()