Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip6.h201 #define IP6OPT_TYPE(o) ((o) & 0xC0) macro
/xnu-10063.101.15/bsd/netinet6/
H A Dip6_input.c1733 switch (IP6OPT_TYPE(*optp)) { in ip6_unknown_opt()