Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h135 #define IP6OPT_TYPE(o) ((o) & 0xc0) macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2904 switch (IP6OPT_TYPE(opt_type)) { in ip_process_options_v6()