Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dbootparam.c125 char *send_tail, *recv_head; in bp_whoami() local
194 recv_head = (char*) repl->capsule; in bp_whoami()
198 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { in bp_whoami()
205 if (xdr_string_decode(&recv_head, domainname, &domainnamelen)) { in bp_whoami()
211 if (xdr_inaddr_decode(&recv_head, &gateip)) { in bp_whoami()