Home
last modified time | relevance | path

Searched refs:IP6OPT_JUMBO (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip6.h137 #define IP6OPT_JUMBO 0xC2 /* 11 0 00010 = 194 */ macro
/f-stack/freebsd/netinet6/
H A Dip6_input.c1038 case IP6OPT_JUMBO: in ip6_process_hopopts()
H A Dip6_output.c1398 optbuf[2] = IP6OPT_JUMBO; in ip6_insert_jumboopt()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1263 if (opt.ip6o_type == IP6OPT_JUMBO) in pf_normalize_ip6()