Searched refs:IPPROTO_MAX (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din.h226 #define IPPROTO_MAX 256 macro
660 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
H A Dip_input.c241 struct protosw *ip_protox[IPPROTO_MAX];
434 for (i = 0; i < IPPROTO_MAX; i++)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c172 struct ip6protosw * ip6_protox[IPPROTO_MAX];
323 for (i = 0; i < IPPROTO_MAX; i++)

Completed in 29 milliseconds