Searched defs:send_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c118 char *send_head, *send_tail; local
139 send_head = sdata;
143 send_head -= sizeof(*auth);
144 auth = (struct auth_info *)send_head;
150 send_head -= sizeof(struct auth_unix);
151 bzero(send_head, sizeof(struct auth_unix));
152 send_head -= sizeof(*auth);
153 auth = (struct auth_info *)send_head;
158 send_head -= sizeof(*auth);
159 auth = send_head;
[all...]

Completed in 61 milliseconds