Home
last modified time | relevance | path

Searched refs:IP6OPT_PADN (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/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.141.3/bsd/netinet6/
H A Ddest6.c115 case IP6OPT_PADN: in dest6_input()
H A Dip6_input.c1607 case IP6OPT_PADN: in ip6_process_hopopts()
H A Dmld6.c307 .pad = { .ip6o_type = IP6OPT_PADN, .ip6o_len = 0 },
H A Dip6_output.c2205 optbuf[0] = IP6OPT_PADN; in ip6_insert_jumboopt()
/xnu-8796.141.3/bsd/netinet/
H A Dip6.h184 #define IP6OPT_PADN 0x01 /* 00 0 00001 */ macro