Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dbootparam.c131 char *send_tail, *recv_head; in bp_whoami() local
151 send_tail = (char*) &args->xina; in bp_whoami()
156 if (xdr_inaddr_encode(&send_tail, myip)) in bp_whoami()
165 args, send_tail - (char*)args, in bp_whoami()
245 char *send_tail, *recv_head; in bp_getfile() local
255 send_tail = (char*) sdata.d; in bp_getfile()
263 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile()
269 if (xdr_string_encode(&send_tail, key, strlen(key))) { in bp_getfile()
281 sdata.d, send_tail - (char*)sdata.d, in bp_getfile()
H A Drpc.c124 char *send_head, *send_tail; in rpc_call() local
146 send_tail = (char *)sdata + slen; in rpc_call()
187 sendudp, send_head, send_tail - send_head, in rpc_call()