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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h122 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
690 case ICMP6_PACKET_TOO_BIG: \
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_forward.c436 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu);
H A Dicmp6.c180 case ICMP6_PACKET_TOO_BIG:
258 (type != ICMP6_PACKET_TOO_BIG &&
425 case ICMP6_PACKET_TOO_BIG:
472 case ICMP6_PACKET_TOO_BIG:
1083 if (icmp6type == ICMP6_PACKET_TOO_BIG) {
H A Dip6_mroute.c1543 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 27 milliseconds