Searched refs:xdr_string_encode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/stand/libsa/ |
| H A D | bootparam.c | 87 int xdr_string_encode(char **p, char *str, int len); 260 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile() 266 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile() 325 xdr_string_encode(char **pkt, char *str, int len) in xdr_string_encode() function
|
| /freebsd-13.1/sys/nfs/ |
| H A D | krpc.h | 18 struct mbuf *xdr_string_encode(char *str, int len);
|
| H A D | krpc_subr.c | 451 xdr_string_encode(char *str, int len) in xdr_string_encode() function
|
| H A D | bootp_subr.c | 1753 m = xdr_string_encode(path, strlen(path)); in md_mount() 1771 m = xdr_string_encode(path, strlen(path)); in md_mount()
|