Home | History | Annotate | Download | only in libsa

Lines Matching defs:send_head

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