Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c764 irr_flags = IRR_NONE; in ill_input_short_v6()
927 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v6()
H A Dip_input.c781 irr_flags = IRR_NONE; in ill_input_short_v4()
951 (ill->ill_flags & ILLF_ROUTER) ? IRR_ALLOCATE : IRR_NONE, in ire_recv_forward_v4()
H A Dip6_ire.c234 MATCH_IRE_DSTONLY, IRR_NONE, 0, ipst, setsrcp, NULL, NULL); in ire_lookup_multi_ill_v6()
H A Dip_ftable.c349 MATCH_IRE_DSTONLY, IRR_NONE, 0, ipst, setsrcp, NULL, NULL); in ire_lookup_multi_ill_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h533 #define IRR_NONE 0 macro