Home
last modified time | relevance | path

Searched refs:IPV6_ADDR_ANY (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Daf_inet6.c260 if (addr_type != IPV6_ADDR_ANY) { in inet6_bind()
320 if (addr_type != IPV6_ADDR_ANY) in inet6_bind()
399 if (ipv6_addr_type(&sk->net_pinfo.af_inet6.rcv_saddr) == IPV6_ADDR_ANY) in inet6_getname()
Dndisc.c469 send_llinfo = dev->addr_len && ipv6_addr_type(saddr) != IPV6_ADDR_ANY; in ndisc_send_ns()
663 if (addr_type == IPV6_ADDR_ANY) { in ndisc_recv_ns()
683 if (addr_type == IPV6_ADDR_ANY) { in ndisc_recv_ns()
731 if (addr_type == IPV6_ADDR_ANY) { in ndisc_recv_ns()
Dmcast.c1051 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1080 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()
1097 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()
1105 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1125 if (group_type != IPV6_ADDR_ANY) in igmp6_event_query()
1160 if (addr_type != IPV6_ADDR_ANY && in igmp6_event_report()
Dudp.c120 (addr_type == IPV6_ADDR_ANY && in udp_v6_get_port()
264 if (addr_type == IPV6_ADDR_ANY) { in udpv6_connect()
Dicmp.c312 if ((addr_type == IPV6_ADDR_ANY) || (addr_type & IPV6_ADDR_MULTICAST)) { in icmpv6_send()
Dip6_flowlabel.c332 || addr_type == IPV6_ADDR_ANY) in fl_create()
Dsit.c487 if (addr_type == IPV6_ADDR_ANY) { in ipip6_tunnel_xmit()
Draw.c225 if (addr_type != IPV6_ADDR_ANY) { in rawv6_bind()
Daddrconf.c199 return IPV6_ADDR_ANY; in ipv6_addr_type()
Dtcp_ipv6.c160 (addr_type == IPV6_ADDR_ANY && in tcp_v6_get_port()
/linux-2.4.37.9/include/net/
Dipv6.h59 #define IPV6_ADDR_ANY 0x0000U macro
/linux-2.4.37.9/net/sctp/
Dipv6.c512 return IPV6_ADDR_ANY == type; in sctp_v6_is_any()
522 if (IPV6_ADDR_ANY == type) in sctp_v6_available()
/linux-2.4.37.9/net/ipv4/
Dip_gre.c722 if (addr_type == IPV6_ADDR_ANY) { in ipgre_tunnel_xmit()