Home
last modified time | relevance | path

Searched refs:ICMP_ROUTERSOLICIT (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h182 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
213 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
/f-stack/freebsd/netinet/
H A Dip_icmp.h182 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
213 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c734 case ICMP_ROUTERSOLICIT: in icmp_input()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h947 #ifndef ICMP_ROUTERSOLICIT
948 # define ICMP_ROUTERSOLICIT 10 macro
H A Dfil.c1230 case ICMP_ROUTERSOLICIT :
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \