Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Ddest6.c112 case IP6OPT_PADN: in dest6_input()
H A Dip6_input.c1014 case IP6OPT_PADN: in ip6_process_hopopts()
H A Dmld6.c269 .pad = { .ip6o_type = IP6OPT_PADN, 0 },
H A Dip6_output.c1386 optbuf[0] = IP6OPT_PADN; in ip6_insert_jumboopt()
/f-stack/freebsd/netinet/
H A Dip6.h136 #define IP6OPT_PADN 0x01 /* 00 0 00001 */ macro