Lines Matching refs:send_head
123 char *send_head, *send_tail; in rpc_call() local
144 send_head = sdata; in rpc_call()
148 send_head -= sizeof(*auth); in rpc_call()
149 auth = (struct auth_info *)send_head; in rpc_call()
155 send_head -= sizeof(struct auth_unix); in rpc_call()
156 (void)memset(send_head, 0, sizeof(struct auth_unix)); in rpc_call()
157 send_head -= sizeof(*auth); in rpc_call()
158 auth = (struct auth_info *)send_head; in rpc_call()
163 send_head -= sizeof(*auth); in rpc_call()
164 auth = send_head; in rpc_call()
170 send_head -= sizeof(*call); in rpc_call()
171 call = (struct rpc_call *)send_head; in rpc_call()
186 sendudp, send_head, send_tail - send_head, in rpc_call()