Symbol: ip_type_v4
usr/src/uts/common/inet/ip.h
3376
extern uint_t ip_type_v4(ipaddr_t, ip_stack_t *);
usr/src/uts/common/inet/ip/ip.c
11542
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
12066
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
3016
if (ip_type_v4(ipha->ipha_dst, ipst) == IRE_BROADCAST ||
usr/src/uts/common/inet/ip/ip.c
3017
ip_type_v4(ipha->ipha_src, ipst) == IRE_BROADCAST ||
usr/src/uts/common/inet/ip/ip.c
5798
if (ip_type_v4(dst, ipst) == IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9068
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9102
if (ip_type_v4(dst, ipst) == IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9143
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9371
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9472
if (ip_type_v4(dst, ipst) != IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip.c
9513
if (ip_type_v4(dst, ipst) == IRE_LOCAL) {
usr/src/uts/common/inet/ip/ip_if.c
17322
if (ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST) {
usr/src/uts/common/inet/ip/ip_if.c
5850
ip_type_v4(ire->ire_addr, ipst) == IRE_BROADCAST);
usr/src/uts/common/inet/ip/ip_input.c
1021
if (ip_type_v4(src, ipst) == IRE_BROADCAST) {
usr/src/uts/common/inet/ip/ip_rts.c
531
type = ip_type_v4(src_addr, ipst);
usr/src/uts/common/inet/ip/ip_rts.c
822
type = ip_type_v4(src_addr,
usr/src/uts/common/inet/ip/sadb.c
1925
type = ip_type_v4(sin->sin_addr.s_addr, ns->netstack_ip);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
504
if (ip_type_v4(addr, ipst) != IRE_LOOPBACK) {