Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c858 if (!(ill->ill_flags & ILLF_ROUTER) && !ip_source_routed(ipha, ipst)) { in ire_recv_forward_v4()
919 !(ip_source_routed(ipha, ipst) && dst_ill == ill)) { in ire_recv_forward_v4()
920 if (ip_source_routed(ipha, ipst)) { in ire_recv_forward_v4()
1282 if (ip_source_routed(ipha, ipst)) { in ire_recv_noroute_v4()
H A Dip_output.c1599 if (ip_source_routed(ipha, ipst)) { in ire_send_noroute_v4()
H A Dip.c3108 ip_source_routed(ipha, ipst)) in ip_send_potential_redirect_v4()
11521 ip_source_routed(ipha_t *ipha, ip_stack_t *ipst) in ip_source_routed() function
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3667 extern boolean_t ip_source_routed(ipha_t *, ip_stack_t *);