Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libstand/
H A Dbootparam.c127 char *send_tail, *recv_head; in bp_whoami() local
148 send_tail = (char*) &args->xina; in bp_whoami()
153 if (xdr_inaddr_encode(&send_tail, myip)) in bp_whoami()
163 args, send_tail - (char*)args, (void **)&repl, &pkt); in bp_whoami()
242 char *rdata, *send_tail; in bp_getfile() local
252 send_tail = (char*) sdata.d; in bp_getfile()
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()
277 sdata.d, send_tail - (char*)sdata.d, in bp_getfile()
H A Drpc.c117 char *send_head, *send_tail; in rpc_call() local
139 send_tail = (char *)sdata + slen; in rpc_call()
168 sendudp, send_head, send_tail - send_head, in rpc_call()