Searched refs:send_head (Results 1 – 1 of 1) sorted by relevance
123 char *send_head, *send_tail; in rpc_call() local144 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()[all …]