Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dconn_opt.c256 ip_recv_attr_t *ira, ip_pkt_t *ipp, uchar_t *ancil_buf, uint_t ancil_size) in conn_recvancillary_add() argument
267 toh = (struct T_opthdr *)ancil_buf; in conn_recvancillary_add()
272 ancil_buf += sizeof (struct T_opthdr); in conn_recvancillary_add()
273 dstptr = (ipaddr_t *)ancil_buf; in conn_recvancillary_add()
275 ancil_buf += sizeof (ipaddr_t); in conn_recvancillary_add()
291 toh = (struct T_opthdr *)ancil_buf; in conn_recvancillary_add()
296 ancil_buf += sizeof (struct T_opthdr); in conn_recvancillary_add()
297 pktinfop = (struct in_pktinfo *)ancil_buf; in conn_recvancillary_add()
314 ancil_buf += sizeof (struct in_pktinfo); in conn_recvancillary_add()
322 toh = (struct T_opthdr *)ancil_buf; in conn_recvancillary_add()
[all …]