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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c172 static boolean_t icmp_inbound_verify_v6(mblk_t *, icmp6_t *, ip_recv_attr_t *);
404 if (!icmp_inbound_verify_v6(mp, icmp6, ira)) {
538 icmp_inbound_verify_v6(mblk_t *mp, icmp6_t *icmp6, ip_recv_attr_t *ira) function
662 * Before getting here, the caller has called icmp_inbound_verify_v6()
762 * The caller must have called icmp_inbound_verify_v6.
908 if (!icmp_inbound_verify_v6(mp, icmp6, ira)) {
964 if (!icmp_inbound_verify_v6(mp, icmp6, ira)) {

Completed in 53 milliseconds