Searched refs:icmp_inbound_verify_v4 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c651 static boolean_t icmp_inbound_verify_v4(mblk_t *, icmph_t *, ip_recv_attr_t *);
1643 if (!icmp_inbound_verify_v4(mp, icmph, ira)) {
1750 icmp_inbound_verify_v4(mblk_t *mp, icmph_t *icmph, ip_recv_attr_t *ira) function
1863 * Before getting here, the caller has called icmp_inbound_verify_v4()
2068 * The caller must have called icmp_inbound_verify_v4.
2209 if (!icmp_inbound_verify_v4(mp, icmph, ira)) {
2268 if (!icmp_inbound_verify_v4(mp, icmph, ira)) {

Completed in 115 milliseconds