Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drpc.c124 char *send_head, *send_tail; in rpc_call() local
145 send_head = sdata; in rpc_call()
149 send_head -= sizeof(*auth); in rpc_call()
150 auth = (struct auth_info *)send_head; in rpc_call()
158 send_head -= sizeof(*auth); in rpc_call()
159 auth = (struct auth_info *)send_head; in rpc_call()
164 send_head -= sizeof(*auth); in rpc_call()
165 auth = send_head; in rpc_call()
171 send_head -= sizeof(*call); in rpc_call()
172 call = (struct rpc_call *)send_head; in rpc_call()
[all …]