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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1303 typedef struct ip_recv_attr_s ip_recv_attr_t; typedef in typeref:struct:ip_recv_attr_s
1327 typedef void (*pfillinput_t)(mblk_t *, void *, void *, ip_recv_attr_t *,
1331 typedef void (*pfirerecv_t)(ire_t *, mblk_t *, void *, ip_recv_attr_t *);
3215 extern void icmp_frag_needed(mblk_t *, int, ip_recv_attr_t *);
3216 extern mblk_t *icmp_inbound_v4(mblk_t *, ip_recv_attr_t *);
3217 extern void icmp_time_exceeded(mblk_t *, uint8_t, ip_recv_attr_t *);
3218 extern void icmp_unreachable(mblk_t *, uint8_t, ip_recv_attr_t *);
3219 extern boolean_t ip_ipsec_policy_inherit(conn_t *, conn_t *, ip_recv_attr_t *);
3220 extern void *ip_pullup(mblk_t *, ssize_t, ip_recv_attr_t *);
3221 extern void ip_setl2src(mblk_t *, ip_recv_attr_t *, ill_
[all...]

Completed in 97 milliseconds