Home
last modified time | relevance | path

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

/titanic_41/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 *);
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c199 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byname2()
262 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byaddr()
309 if (irp_unmarshall_ho(ho, body) != 0) { in ho_next()
H A Dirpmarshall.c992 irp_unmarshall_ho(struct hostent *ho, char *buffer) { in irp_unmarshall_ho() function
2131 if (irp_unmarshall_ho(&he, argv[1]) != 0) { in main()