Home
last modified time | relevance | path

Searched refs:IP6OPT_RTALERT_LEN (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip6.h145 #define IP6OPT_RTALERT_LEN 4 macro
/f-stack/freebsd/netinet6/
H A Dip6_input.c1023 if (hbhlen < IP6OPT_RTALERT_LEN) { in ip6_process_hopopts()
1027 if (*(opt + 1) != IP6OPT_RTALERT_LEN - 2) { in ip6_process_hopopts()
1034 optlen = IP6OPT_RTALERT_LEN; in ip6_process_hopopts()
H A Dmld6.c272 .ip6or_len = IP6OPT_RTALERT_LEN - 2,