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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c250 * Lay down the ancillary data items at "ancil_buf".
256 ip_recv_attr_t *ira, ip_pkt_t *ipp, uchar_t *ancil_buf, uint_t ancil_size)
267 toh = (struct T_opthdr *)ancil_buf;
272 ancil_buf += sizeof (struct T_opthdr);
273 dstptr = (ipaddr_t *)ancil_buf;
275 ancil_buf += sizeof (ipaddr_t);
291 toh = (struct T_opthdr *)ancil_buf;
296 ancil_buf += sizeof (struct T_opthdr);
297 pktinfop = (struct in_pktinfo *)ancil_buf;
314 ancil_buf
255 conn_recvancillary_add(conn_t *connp, crb_t recv_ancillary, ip_recv_attr_t *ira, ip_pkt_t *ipp, uchar_t *ancil_buf, uint_t ancil_size) argument
[all...]

Completed in 59 milliseconds