Searched refs:IP6OPT_PADN (Results 1 – 6 of 6) sorted by relevance
53 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;
118 case IP6OPT_PADN: in dest6_input()
1648 case IP6OPT_PADN: in ip6_process_hopopts()
311 .pad = { .ip6o_type = IP6OPT_PADN, .ip6o_len = 0 },
2263 optbuf[0] = IP6OPT_PADN; in ip6_insert_jumboopt()
184 #define IP6OPT_PADN 0x01 /* 00 0 00001 */ macro