Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dbootparam.c125 char *send_tail, *recv_head; in bp_whoami() local
146 send_tail = (char*) &args->xina; in bp_whoami()
151 if (xdr_inaddr_encode(&send_tail, myip)) in bp_whoami()
161 args, send_tail - (char*)args, (void **)&repl, &pkt); in bp_whoami()
240 char *rdata, *send_tail; in bp_getfile() local
250 send_tail = (char*) sdata.d; in bp_getfile()
257 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile()
263 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile()
275 sdata.d, send_tail - (char*)sdata.d, in bp_getfile()
H A Drpc.c113 char *send_head, *send_tail; in rpc_call() local
135 send_tail = (char *)sdata + slen; in rpc_call()
164 sendudp, send_head, send_tail - send_head, in rpc_call()