Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h199 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
230 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_compat.h730 #ifndef ICMP_ROUTERSOLICIT
731 # define ICMP_ROUTERSOLICIT 10
H A Dip_icmp.c793 case ICMP_ROUTERSOLICIT: in icmp_input()