Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c86 int xdr_string_encode(char **p, char *str, int len);
259 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile()
265 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile()
324 xdr_string_encode(char **pkt, char *str, int len) in xdr_string_encode() function