Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Drpc.c113 char *send_head, *send_tail; in rpc_call() local
134 send_head = sdata; in rpc_call()
138 send_head -= sizeof(*auth); in rpc_call()
139 auth = (struct auth_info *)send_head; in rpc_call()
144 send_head -= sizeof(struct auth_unix); in rpc_call()
145 bzero(send_head, sizeof(struct auth_unix)); in rpc_call()
146 send_head -= sizeof(*auth); in rpc_call()
147 auth = (struct auth_info *)send_head; in rpc_call()
152 send_head -= sizeof(*call); in rpc_call()
153 call = (struct rpc_call *)send_head; in rpc_call()
[all …]