Searched refs:laddr_type (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 528 ip_laddr_t laddr_type = IPVL_UNICAST_UP; /* INADDR_ANY */ in tcp_bind_check() local 572 laddr_type = ip_laddr_verify_v4(v4addr, zoneid, ipst, in tcp_bind_check() 587 laddr_type = ip_laddr_verify_v4(v4addr, in tcp_bind_check() 594 laddr_type = ip_laddr_verify_v6(&v6addr, in tcp_bind_check() 610 if (laddr_type == IPVL_BAD) in tcp_bind_check()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 426 ip_laddr_t laddr_type = IPVL_UNICAST_UP; /* INADDR_ANY */ in rawip_do_bind() local 449 laddr_type = ip_laddr_verify_v4(v4src, zoneid, ipst, in rawip_do_bind() 470 laddr_type = ip_laddr_verify_v6(&v6src, zoneid, ipst, in rawip_do_bind() 482 if (laddr_type == IPVL_BAD) in rawip_do_bind() 513 switch (laddr_type) { in rawip_do_bind() 3495 ip_laddr_t laddr_type; in icmp_output_ancillary() local 3501 laddr_type = ip_laddr_verify_v4(v4src, ixa->ixa_zoneid, in icmp_output_ancillary() 3504 laddr_type = ip_laddr_verify_v6(&v6src, ixa->ixa_zoneid, in icmp_output_ancillary() 3507 if (laddr_type != IPVL_UNICAST_UP) in icmp_output_ancillary()
|
H A D | conn_opt.c | 1578 ip_laddr_t laddr_type = IPVL_UNICAST_UP; in conn_opt_set_ipv6() local 1583 laddr_type = ip_laddr_verify_v4(v4src, in conn_opt_set_ipv6() 1590 laddr_type = ip_laddr_verify_v6(v6src, zoneid, in conn_opt_set_ipv6() 1593 switch (laddr_type) { in conn_opt_set_ipv6()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4913 ip_laddr_t laddr_type = IPVL_UNICAST_UP; /* INADDR_ANY */ in udp_do_bind() local 4944 laddr_type = ip_laddr_verify_v4(v4src, zoneid, ipst, in udp_do_bind() 4967 laddr_type = ip_laddr_verify_v4(v4src, in udp_do_bind() 4974 laddr_type = ip_laddr_verify_v6(&v6src, in udp_do_bind() 4988 if (laddr_type == IPVL_BAD) in udp_do_bind() 5381 switch (laddr_type) { in udp_do_bind()
|