Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c83 int xdr_inaddr_encode(char **p, struct in_addr ia);
153 if (xdr_inaddr_encode(&send_tail, myip)) in bp_whoami()
370 xdr_inaddr_encode(char **pkt, struct in_addr ia) in xdr_inaddr_encode() function