Searched refs:in6_addr (Results 126 - 150 of 236) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dreassembly.c81 struct in6_addr saddr;
82 struct in6_addr daddr;
128 static unsigned int ip6qhashfn(__be32 id, struct in6_addr *saddr,
129 struct in6_addr *daddr)
373 ip6_frag_create(__be32 id, struct in6_addr *src, struct in6_addr *dst,
399 fq_find(__be32 id, struct in6_addr *src, struct in6_addr *dst,
H A Dicmp.c276 struct in6_addr tmp;
304 struct in6_addr *saddr = NULL;
474 struct in6_addr *saddr = NULL;
566 struct in6_addr *saddr, *daddr;
628 struct in6_addr *saddr, *daddr;
H A Dip6_fib.c700 fn = fib6_add_1(root, &rt->rt6i_dst.addr, sizeof(struct in6_addr),
738 sizeof(struct in6_addr), rt->rt6i_src.plen,
755 sizeof(struct in6_addr), rt->rt6i_src.plen,
819 struct in6_addr *addr; /* search key */
878 struct fib6_node * fib6_lookup(struct fib6_node *root, struct in6_addr *daddr,
879 struct in6_addr *saddr)
913 struct in6_addr *addr,
943 struct in6_addr *daddr, int dst_len,
944 struct in6_addr *saddr, int src_len)
H A Dip6_output.c165 struct in6_addr *first_hop = &fl->fl6_dst;
262 struct in6_addr *saddr, struct in6_addr *daddr,
445 struct in6_addr *target = NULL;
456 target = (struct in6_addr*)&n->primary_key;
835 struct in6_addr *fl_addr,
836 struct in6_addr *addr_cache)
926 memset(&fl_gw.fl6_dst, 0, sizeof(struct in6_addr));
1332 struct in6_addr final_dst_buf, *final_dst = &final_dst_buf;
H A Dip6_tunnel.c133 ip6_tnl_lookup(struct in6_addr *remote, struct in6_addr *local)
157 * &struct in6_addr entries laddr and raddr in @p.
165 struct in6_addr *remote = &p->raddr;
166 struct in6_addr *local = &p->laddr;
279 struct in6_addr *remote = &p->raddr;
280 struct in6_addr *local = &p->laddr;
1089 memcpy(&dev->dev_addr, &p->laddr, sizeof(struct in6_addr));
1090 memcpy(&dev->broadcast, &p->raddr, sizeof(struct in6_addr));
1328 dev->addr_len = sizeof(struct in6_addr);
[all...]
H A Dexthdrs.c206 struct in6_addr tmp_addr;
366 struct in6_addr *addr = NULL;
367 struct in6_addr daddr;
799 struct in6_addr **addr_p)
813 (hops - 1) * sizeof(struct in6_addr));
833 struct in6_addr **daddr)
H A Dtcp_ipv6.c109 struct in6_addr *saddr,
110 struct in6_addr *daddr,
132 struct in6_addr *saddr = NULL, *final_p = NULL, final;
471 struct in6_addr * final_p = NULL, final;
542 struct in6_addr *addr)
571 static int tcp_v6_md5_do_add(struct sock *sk, struct in6_addr *peer,
633 static int tcp_v6_md5_do_del(struct sock *sk, struct in6_addr *peer)
742 struct in6_addr *saddr,
743 struct in6_addr *daddr,
828 struct in6_addr *sadd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dra_token.l106 <S_PREFIX>{hexdigits} {struct in6_addr addr;
H A Dnetlink.c87 memcpy(&(rainfo->prefix), (struct in6_addr *)rtadata,
88 sizeof(struct in6_addr));
H A Dserver6_token.l131 struct in6_addr addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-save.c123 static void print_ip(char *prefix, const struct in6_addr *ip, const struct in6_addr *mask, int invert)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.l92 static struct in6_addr addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip6tc.c119 ipv6_prefix_length(const struct in6_addr *a)
214 if (memcmp(&a->ipv6.src, &b->ipv6.src, sizeof(struct in6_addr))
215 || memcmp(&a->ipv6.dst, &b->ipv6.dst, sizeof(struct in6_addr))
216 || memcmp(&a->ipv6.smsk, &b->ipv6.smsk, sizeof(struct in6_addr))
217 || memcmp(&a->ipv6.dmsk, &b->ipv6.dmsk, sizeof(struct in6_addr))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dsockunion.c436 memset (&su->sin6.sin6_addr, 0, sizeof (struct in6_addr));
556 sizeof (struct in6_addr));
720 in6addr_cmp (struct in6_addr *addr1, struct in6_addr *addr2)
728 for (i = 0; i < sizeof (struct in6_addr); i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibip6tc.c119 ipv6_prefix_length(const struct in6_addr *a)
216 if (memcmp(&a->ipv6.src, &b->ipv6.src, sizeof(struct in6_addr))
217 || memcmp(&a->ipv6.dst, &b->ipv6.dst, sizeof(struct in6_addr))
218 || memcmp(&a->ipv6.smsk, &b->ipv6.smsk, sizeof(struct in6_addr))
219 || memcmp(&a->ipv6.dmsk, &b->ipv6.dmsk, sizeof(struct in6_addr))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c283 static struct in6_addr *
296 return (struct in6_addr *) NULL;
325 return (struct in6_addr *) NULL;
339 struct in6_addr nexthop_ipaddr, *ipaddr;
362 memset (&nexthop_ipaddr, 0, sizeof (struct in6_addr));
372 memset (&nexthop_ipaddr, 0xff, sizeof (struct in6_addr));
376 memcpy (&nexthop_ipaddr, ipaddr, sizeof (struct in6_addr));
395 memset (&nexthop_ipaddr, 0xff, sizeof (struct in6_addr));
399 memcpy (&nexthop_ipaddr, ipaddr, sizeof (struct in6_addr));
H A Dospf6_message.h199 void ospf6_message_send (u_char, struct iovec *, struct in6_addr *, u_int);
H A Dospf6_zebra.c206 struct in6_addr nexthop;
212 memset (&nexthop, 0, sizeof (struct in6_addr));
362 struct in6_addr **nexthops;
505 nexthop_list->count * sizeof (struct in6_addr *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dioctl.c406 struct in6_addr ifr6_addr;
424 memcpy (&ifreq.ifr6_addr, &p->prefix, sizeof (struct in6_addr));
444 memcpy (&ifreq.ifr6_addr, &p->prefix, sizeof (struct in6_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dutil.c61 const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c196 memcmp(&s1->in6.sin6_addr, &s2->in6.sin6_addr, sizeof(struct in6_addr)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_zebra.c47 ripng_zebra_ipv6_add (struct prefix_ipv6 *p, struct in6_addr *nexthop,
69 ripng_zebra_ipv6_delete (struct prefix_ipv6 *p, struct in6_addr *nexthop,
98 struct in6_addr nexthop;
103 memset (&nexthop, 0, sizeof (struct in6_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_mangle.c90 struct in6_addr saddr, daddr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_ftp.c108 get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term)
228 (struct in6_addr *)cmd->u3.ip6, delim);
459 NIP6(*((struct in6_addr *)cmd.u3.ip6)),
460 NIP6(*((struct in6_addr *)ct->tuplehash[dir]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c1446 struct in6_addr *addr;
1470 struct in6_addr *address;
1473 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in6_addr));
1548 struct in6_addr *address;
1574 struct in6_addr *address;
1576 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in6_addr));
1613 struct in6_addr *address;
1639 struct in6_addr *address;
1641 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in6_addr));

Completed in 305 milliseconds

12345678910