Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A DIP6_EXTHDR_CHECK_61873584.c53 packet1.hbh_opt.ip6o_type = IP6OPT_PADN;
63 packet1.dest_opt.ip6o_type = IP6OPT_PADN;
69 packet2.hbh_opt.ip6o_type = IP6OPT_PADN;
75 packet2.dest_opt.ip6o_type = IP6OPT_PADN;
/xnu-8796.121.2/bsd/netinet/
H A Dip6.h211 u_int8_t ip6o_type; member
/xnu-8796.121.2/bsd/net/
H A Dpf_norm.c2360 if (!pf_pull_hdr(pbuf, ooff, &opt.ip6o_type, in pf_normalize_ip6()
2361 sizeof(opt.ip6o_type), NULL, NULL, in pf_normalize_ip6()
2365 if (opt.ip6o_type == IP6OPT_PAD1) { in pf_normalize_ip6()
2377 switch (opt.ip6o_type) { in pf_normalize_ip6()
/xnu-8796.121.2/bsd/netinet6/
H A Dmld6.c307 .pad = { .ip6o_type = IP6OPT_PADN, .ip6o_len = 0 },