Searched refs:IPV6_ADDR_ANY (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/net/ipv6/netfilter/
H A Dip6t_rpfilter.c102 if (unlikely(saddrtype == IPV6_ADDR_ANY))
H A Dnft_fib_ipv6.c150 if (ipv6_addr_type(&iph->saddr) != IPV6_ADDR_ANY)
/linux-master/net/netfilter/
H A Dxt_addrtype.c78 if ((mask & XT_ADDRTYPE_UNSPEC) && addr_type != IPV6_ADDR_ANY)
/linux-master/net/ipv6/
H A Daddrconf_core.c72 return IPV6_ADDR_ANY;
H A Daf_inet6.c350 if (addr_type != IPV6_ADDR_ANY) {
403 if (addr_type != IPV6_ADDR_ANY && addr_type != IPV6_ADDR_MAPPED)
427 if (addr_type != IPV6_ADDR_ANY)
H A Dip6_tunnel.c746 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) {
1128 if (addr_type == IPV6_ADDR_ANY)
H A Dip6_flowlabel.c436 addr_type == IPV6_ADDR_ANY) {
H A Ddatagram.c827 if (addr_type != IPV6_ADDR_ANY) {
H A Dmcast.c1433 if (group_type != IPV6_ADDR_ANY &&
1455 if (group_type == IPV6_ADDR_ANY) { /* general query */
1475 if (group_type == IPV6_ADDR_ANY) {
1584 if (addr_type != IPV6_ADDR_ANY &&
H A Dicmp.c521 if ((addr_type == IPV6_ADDR_ANY) || (addr_type & IPV6_ADDR_MULTICAST)) {
H A Draw.c246 if (addr_type != IPV6_ADDR_ANY) {
H A Dsit.c922 if (addr_type == IPV6_ADDR_ANY) {
/linux-master/net/ipv4/
H A Dinet_connection_sock.c27 /* match_sk*_wildcard == true: IPV6_ADDR_ANY equals to any IPv6 addresses
31 * IPV6_ADDR_ANY only equals to IPV6_ADDR_ANY,
55 if (addr_type == IPV6_ADDR_ANY && addr_type2 == IPV6_ADDR_ANY)
58 if (addr_type2 == IPV6_ADDR_ANY && match_sk2_wildcard &&
62 if (addr_type == IPV6_ADDR_ANY && match_sk1_wildcard &&
162 if (addr_type == IPV6_ADDR_ANY)
258 /* Conflicts with an existing IPV6_ADDR_ANY (if ipv6) or INADDR_ANY (if
283 /* Determine if there is a bind conflict with an existing IPV6_ADDR_ANY (i
[all...]
H A Dping.c357 if ((addr_type != IPV6_ADDR_ANY &&
383 addr_type == IPV6_ADDR_ANY))
H A Dinet_hashtables.c112 BUILD_BUG_ON(USHRT_MAX < (IPV6_ADDR_ANY | IPV6_ADDR_MAPPED));
834 if (tb->addr_type == IPV6_ADDR_ANY)
H A Dip_tunnel_core.c366 if (stype == IPV6_ADDR_ANY || stype == IPV6_ADDR_MULTICAST ||
H A Dip_tunnel.c739 if (addr_type == IPV6_ADDR_ANY) {
/linux-master/net/l2tp/
H A Dl2tp_ip6.c298 if (addr_type != IPV6_ADDR_ANY) {
/linux-master/include/net/
H A Dipv6.h106 #define IPV6_ADDR_ANY 0x0000U macro
565 return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c113 if (likely(addr_type == IPV6_ADDR_ANY))
697 if (addr_type != IPV6_ADDR_ANY) {
752 if (addr_type != IPV6_ADDR_ANY)
/linux-master/net/6lowpan/
H A Diphc.c1229 if (ipv6_saddr_type == IPV6_ADDR_ANY) {
/linux-master/drivers/infiniband/core/
H A Diwcm.c484 if (ipv6_addr_type(&pm6_addr->sin6_addr) == IPV6_ADDR_ANY) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1145 if (addr_type == IPV6_ADDR_ANY)
1667 IPV6_ADDR_ANY) {
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c157 if (addr_type != IPV6_ADDR_ANY) {
336 if (addr_type == IPV6_ADDR_ANY)
/linux-master/net/sctp/
H A Dipv6.c689 if (IPV6_ADDR_ANY == type)

Completed in 323 milliseconds

12