Searched refs:IPPROTO_MAX (Results 1 – 7 of 7) sorted by relevance
356 extern struct protosw *ip_protox[IPPROTO_MAX];
227 #define IPPROTO_MAX 256 macro
321 struct protosw *ip_protox[IPPROTO_MAX];503 for (i = 0; i < IPPROTO_MAX; i++) { in ip_init()515 if (pr->pr_protocol < IPPROTO_MAX) { in ip_init()
2347 case IPPROTO_MAX: in ipproto_cassert()
165 struct ip6protosw *ip6_protox[IPPROTO_MAX];396 for (i = 0; i < IPPROTO_MAX; i++) { in ip6_init()408 if (pr->pr_protocol < IPPROTO_MAX) { in ip6_init()
145 extern struct ip6protosw *ip6_protox[IPPROTO_MAX];
133 #define SOFLOW_GET_SO_PROTO(so) (so ? SOCK_PROTO(so) : IPPROTO_MAX)