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

/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h122 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
747 case ICMP6_PACKET_TOO_BIG: \
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_forward.c570 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu);
H A Dicmp6.c212 case ICMP6_PACKET_TOO_BIG:
326 (type != ICMP6_PACKET_TOO_BIG &&
571 case ICMP6_PACKET_TOO_BIG:
1122 if (icmp6type == ICMP6_PACKET_TOO_BIG) {
H A Dip6_mroute.c1580 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);
/xnu-2422.115.4/bsd/net/
H A Dpf.c4126 icmptype == ICMP6_PACKET_TOO_BIG ||
6558 icmptype == ICMP6_PACKET_TOO_BIG ||
7964 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 51 milliseconds