Searched refs:xdr_string_encode (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/libsa/ |
H A D | bootparam.c | 84 int xdr_string_encode(char **p, char *str, int len); 257 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile() 263 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile() 322 xdr_string_encode(char **pkt, char *str, int len) in xdr_string_encode() function
|
/freebsd/sys/nfs/ |
H A D | krpc.h | 17 struct mbuf *xdr_string_encode(char *str, int len);
|
H A D | krpc_subr.c | 447 xdr_string_encode(char *str, int len) in xdr_string_encode() function
|
H A D | bootp_subr.c | 1772 m = xdr_string_encode(path, strlen(path)); in md_mount() 1790 m = xdr_string_encode(path, strlen(path)); in md_mount()
|