Searched refs:xdr_string_encode (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/lib/libsa/ |
H A D | bootparam.c | 77 int xdr_string_encode(char **p, char *str, int len); 252 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile() 258 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile() 314 xdr_string_encode(char **pkt, char *str, int len) in xdr_string_encode() function
|
/openbsd-src/sys/nfs/ |
H A D | krpc.h | 8 struct mbuf *xdr_string_encode(char *, int);
|
H A D | nfs_boot.c | 435 m = xdr_string_encode(hostname, hostnamelen); in bp_getfile() 440 m->m_next = xdr_string_encode(key, strlen(key)); in bp_getfile() 525 m = xdr_string_encode(path, strlen(path)); in md_mount()
|
H A D | krpc_subr.c | 486 xdr_string_encode(char *str, int len) in xdr_string_encode() function
|