Home
last modified time | relevance | path

Searched refs:ICMP_DEST_NET_UNREACH_ADMIN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2468 case ICMP_DEST_NET_UNREACH_ADMIN: in iptun_input_icmp_v4()
2470 code = (inner4 != NULL ? ICMP_DEST_NET_UNREACH_ADMIN : in iptun_input_icmp_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h371 #define ICMP_DEST_NET_UNREACH_ADMIN 9 macro