Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dirpmarshall.h29 #define irp_marshall_ho __irp_marshall_ho macro
58 int irp_marshall_ho(struct hostent *, char **, size_t *);
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c887 irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) { in irp_marshall_ho() function
2151 irp_marshall_ho(&he, &b, &len); in main()
2165 if (irp_marshall_ho(hp, &b, &len) != 0) { in main()