Searched refs:in6_addr (Results 101 - 125 of 236) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dprefix.c396 /* Convert struct in6_addr netmask into integer. */
398 ip6_masklen (struct in6_addr netmask)
425 masklen2ip6 (int masklen, struct in6_addr *netmask)
431 memset (netmask, 0, sizeof (struct in6_addr));
467 str2in6_addr (char *str, struct in6_addr *addr)
525 memcpy (&p->prefix, &dest->sin6.sin6_addr, sizeof (struct in6_addr));
554 memcpy (&p->prefix, &su->sin6.sin6_addr, sizeof (struct in6_addr));
H A Dzclient.h145 struct in6_addr **nexthop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c108 static int __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
142 static int ipv6_chk_same_addr(const struct in6_addr *addr, struct net_device *dev);
218 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
219 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
315 struct in6_addr maddr;
428 struct in6_addr addr;
520 ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
725 struct in6_addr prefix;
750 struct in6_addr addr, *tmpaddr;
877 static inline int ipv6_saddr_label(const struct in6_addr *add
[all...]
H A Dnetfilter.c55 struct in6_addr daddr;
56 struct in6_addr saddr;
H A Dxfrm6_mode_tunnel.c81 ipv6_addr_copy(&top_iph->saddr, (struct in6_addr *)&x->props.saddr);
82 ipv6_addr_copy(&top_iph->daddr, (struct in6_addr *)&x->id.daddr);
H A Dah6.c112 struct in6_addr final_addr;
149 struct in6_addr *addrs;
150 struct in6_addr final_addr;
232 struct in6_addr saddr;
234 struct in6_addr daddr;
H A Dudp.c60 static struct sock *__udp6_lib_lookup(struct in6_addr *saddr, __be16 sport,
61 struct in6_addr *daddr, __be16 dport,
223 struct in6_addr *saddr = &hdr->saddr;
224 struct in6_addr *daddr = &hdr->daddr;
305 __be16 loc_port, struct in6_addr *loc_addr,
306 __be16 rmt_port, struct in6_addr *rmt_addr,
345 static int __udp6_lib_mcast_deliver(struct sk_buff *skb, struct in6_addr *saddr,
346 struct in6_addr *daddr, struct hlist_head udptable[])
415 struct in6_addr *saddr, *daddr;
569 struct in6_addr *dadd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6_tables.h35 struct in6_addr src, dst;
37 struct in6_addr smsk, dmsk;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_neighbor.h54 struct in6_addr hisaddr;
H A Dospf6_asbr.c91 memcpy (p, &route.nexthop.address, sizeof (struct in6_addr));
92 size += sizeof (struct in6_addr);
93 p += sizeof (struct in6_addr);
371 struct in6_addr in6;
406 inet_ntop (AF_INET6, (struct in6_addr *) ptr, buf, sizeof (buf));
H A Dospf6_route.h99 struct in6_addr address;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_socket.c196 sin6_masklen (struct in6_addr mask)
225 struct in6_addr *gate, int index, int flags)
247 memcpy (&sin_gate.sin6_addr, gate, sizeof (struct in6_addr));
428 kernel_delete_ipv6_old (struct prefix_ipv6 *dest, struct in6_addr *gate,
H A Dzserv.c497 struct prefix_ipv6 *p, struct in6_addr *nexthop,
541 struct in6_addr empty;
543 memset (&empty, 0, sizeof (struct in6_addr));
592 struct prefix_ipv6 *p, struct in6_addr *nexthop,
636 struct in6_addr empty;
638 memset (&empty, 0, sizeof (struct in6_addr));
683 zsend_ipv6_nexthop_lookup (struct zserv *client, struct in6_addr *addr)
1075 struct in6_addr nexthop;
1081 memset (&nexthop, 0, sizeof (struct in6_addr));
1139 struct in6_addr nextho
[all...]
H A Drtread_proc.c127 struct in6_addr gateway;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddad_token.l63 struct in6_addr addr;
97 <S_CNF>{hexaddr} {struct in6_addr addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dprocess.c25 static int addr_match(struct in6_addr *a1, struct in6_addr *a2,
424 addr_match(struct in6_addr *a1, struct in6_addr *a2, int prefixlen)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h653 return ipv6_addr_any((struct in6_addr *)&addr->a6);
668 return (!ipv6_addr_any((struct in6_addr*)&tmpl->saddr) &&
669 ipv6_addr_cmp((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr));
809 if (!ipv6_addr_cmp((struct in6_addr *)daddr, (struct in6_addr *)&x->id.daddr) &&
810 (!ipv6_addr_cmp((struct in6_addr *)saddr, (struct in6_addr *)&x->props.saddr)||
811 ipv6_addr_any((struct in6_addr *)saddr) ||
812 ipv6_addr_any((struct in6_addr *)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c509 if (!ipv6_addr_equal((struct in6_addr *)daddr,
510 (struct in6_addr *)
541 if (!ipv6_addr_equal((struct in6_addr *)daddr,
542 (struct in6_addr *)
544 !ipv6_addr_equal((struct in6_addr *)saddr,
545 (struct in6_addr *)
771 if (!ipv6_addr_equal((struct in6_addr *)x->id.daddr.a6,
772 (struct in6_addr *)daddr) ||
773 !ipv6_addr_equal((struct in6_addr *)
775 (struct in6_addr *)sadd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h152 int ipv6_prefix_length(const struct in6_addr *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibip6tc.h158 int ipv6_prefix_length(const struct in6_addr *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h152 int ipv6_prefix_length(const struct in6_addr *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c298 struct in6_addr nexthop;
303 memset (&nexthop, 0, sizeof (struct in6_addr));
409 if_lookup_by_ipv6 (struct in6_addr *addr)
440 if_lookup_by_ipv6_exact (struct in6_addr *addr)
466 if_get_ipv6_global (struct interface *ifp, struct in6_addr *addr)
488 if_get_ipv6_local (struct interface *ifp, struct in6_addr *addr)
624 bgp_ifindex_by_nexthop (struct in6_addr *addr)
715 struct in6_addr *nexthop;
818 struct in6_addr *nexthop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_tuple.h118 NIP6(*(struct in6_addr *)(tp)->src.u3.all), ntohs((tp)->src.u.all), \
119 NIP6(*(struct in6_addr *)(tp)->dst.u3.all), ntohs((tp)->dst.u.all))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_diag.c108 ipv6_addr_copy((struct in6_addr *)r->id.idiag_src,
110 ipv6_addr_copy((struct in6_addr *)r->id.idiag_dst,
203 ipv6_addr_copy((struct in6_addr *)r->id.idiag_src,
205 ipv6_addr_copy((struct in6_addr *)r->id.idiag_dst,
249 (struct in6_addr *)req->id.idiag_dst,
251 (struct in6_addr *)req->id.idiag_src,
572 ipv6_addr_copy((struct in6_addr *)r->id.idiag_src,
574 ipv6_addr_copy((struct in6_addr *)r->id.idiag_dst,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c72 struct in6_addr saddr;
73 struct in6_addr daddr;
114 static unsigned int ip6qhashfn(__be32 id, struct in6_addr *saddr,
115 struct in6_addr *daddr)
337 nf_ct_frag6_create(unsigned int hash, __be32 id, struct in6_addr *src, struct in6_addr *dst)
363 fq_find(__be32 id, struct in6_addr *src, struct in6_addr *dst)

Completed in 338 milliseconds

12345678910