Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dip6.h137 #define IP6OPT_TYPE(o) ((o) & 0xc0) macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c3006 switch (IP6OPT_TYPE(opt_type)) { in ip_process_options_v6()