Searched refs:xdr_string_decode (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/lib/libsa/ |
| H A D | bootparam.c | 87 int xdr_string_decode(char **, char *, uint32_t *); 205 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { in bp_whoami() 212 if (xdr_string_decode(&recv_head, domainname, &domainnamelen)) { in bp_whoami() 300 if (xdr_string_decode(&recv_head, serv_name, &sn_len)) { in bp_getfile() 313 if (xdr_string_decode(&recv_head, pathname, &path_len)) { in bp_getfile() 350 xdr_string_decode(char **pkt, char *str, uint32_t *len_p) in xdr_string_decode() function
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bootparam.c | 363 m = xdr_string_decode(m, hostname, &hostnamelen); in bp_whoami() 369 m = xdr_string_decode(m, domainname, &domainnamelen); in bp_whoami() 438 m = xdr_string_decode(m, serv_name, &sn_len); in bp_getfile() 449 m = xdr_string_decode(m, pathname, &path_len); in bp_getfile()
|
| H A D | krpc.h | 19 struct mbuf *xdr_string_decode(struct mbuf *m, char *str, int *len_p);
|
| H A D | krpc_subr.c | 434 xdr_string_decode(struct mbuf *m, char *str, int *len_p) in xdr_string_decode() 433 xdr_string_decode(struct mbuf *m, char *str, int *len_p) xdr_string_decode() function
|