Home
last modified time | relevance | path

Searched refs:ip_type_v4 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c531 type = ip_type_v4(src_addr, ipst); in ip_rts_request_common()
822 type = ip_type_v4(src_addr, in ip_rts_request_common()
H A Dip.c3016 if (ip_type_v4(ipha->ipha_dst, ipst) == IRE_BROADCAST || in icmp_pkt_err_ok()
5681 ip_type_v4(ipaddr_t addr, ip_stack_t *ipst) in ip_type_v4() function
5798 if (ip_type_v4(dst, ipst) == IRE_LOCAL) { in ip_massage_options()
9076 if (ip_type_v4(dst, ipst) != IRE_LOCAL) { in ip_forward_options()
9110 if (ip_type_v4(dst, ipst) == IRE_LOCAL) { in ip_forward_options()
9151 if (ip_type_v4(dst, ipst) != IRE_LOCAL) { in ip_forward_options()
9379 if (ip_type_v4(dst, ipst) != IRE_LOCAL) { in ip_input_local_options()
9480 if (ip_type_v4(dst, ipst) != IRE_LOCAL) { in ip_input_options()
9521 if (ip_type_v4(dst, ipst) == IRE_LOCAL) { in ip_input_options()
11550 if (ip_type_v4(dst, ipst) != IRE_LOCAL) { in ip_source_routed()
[all …]
H A Dip_input.c1023 if (ip_type_v4(src, ipst) == IRE_BROADCAST) { in ire_recv_forward_v4()
H A Dsadb.c1925 type = ip_type_v4(sin->sin_addr.s_addr, ns->netstack_ip); in sadb_addrcheck()
H A Dip_if.c5848 ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST); in ip_rt_add()
17321 if (ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST) { in ip_cgtp_bcast_delete()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c504 if (ip_type_v4(addr, ipst) != IRE_LOOPBACK) { in rdsv3_isloopback()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3374 extern uint_t ip_type_v4(ipaddr_t, ip_stack_t *);