Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dirpmarshall.h40 #define irp_unmarshall_nw __irp_unmarshall_nw macro
64 int irp_unmarshall_nw(struct nwent *, char *);
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirp_nw.c173 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byaddr()
222 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byname()
295 if (irp_unmarshall_nw(nw, body) != 0) { in nw_next()
H A Dirpmarshall.c1382 irp_unmarshall_nw(struct nwent *ne, char *buffer) { in irp_unmarshall_nw() function
2000 if (irp_unmarshall_nw(&ne, argv[1]) != 0) { in main()