Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip6.h163 u_int8_t ip6o_type; member
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1250 if (!pf_pull_hdr(m, ooff, &opt.ip6o_type, in pf_normalize_ip6()
1251 sizeof(opt.ip6o_type), NULL, NULL, in pf_normalize_ip6()
1254 if (opt.ip6o_type == IP6OPT_PAD1) { in pf_normalize_ip6()
1263 if (opt.ip6o_type == IP6OPT_JUMBO) in pf_normalize_ip6()
/f-stack/freebsd/netinet6/
H A Dmld6.c269 .pad = { .ip6o_type = IP6OPT_PADN, 0 },