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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1425 const char *xtables_ip6addr_to_numeric(const struct in6_addr *addrp)
1433 static const char *ip6addr_to_host(const struct in6_addr *addr)
1458 const char *xtables_ip6addr_to_anyname(const struct in6_addr *addr)
1468 static int ip6addr_prefix_length(const struct in6_addr *k)
1492 const char *xtables_ip6mask_to_numeric(const struct in6_addr *addrp)
1506 struct in6_addr *xtables_numeric_to_ip6addr(const char *num)
1508 static struct in6_addr ap;
1519 static struct in6_addr *
1522 struct in6_addr *addr;
1548 addr = xtables_calloc(*naddr, sizeof(struct in6_addr));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c81 /* Ensure that we have struct in6_addr aligned on 32bit word. */
88 static struct in6_addr mld2_all_mcr = MLD2_ALL_MCR_INIT;
101 static void mld_del_delrec(struct inet6_dev *idev, struct in6_addr *addr);
106 static int ip6_mc_del_src(struct inet6_dev *idev, struct in6_addr *pmca,
107 int sfmode, int sfcount, struct in6_addr *psfsrc,
109 static int ip6_mc_add_src(struct inet6_dev *idev, struct in6_addr *pmca,
110 int sfmode, int sfcount, struct in6_addr *psfsrc,
132 int ipv6_sock_mc_join(struct sock *sk, int ifindex, const struct in6_addr *addr)
208 int ipv6_sock_mc_drop(struct sock *sk, int ifindex, const struct in6_addr *addr)
245 struct in6_addr *grou
[all...]
H A Daddrconf_core.c26 int __ipv6_addr_type(const struct in6_addr *addr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rt6.c50 register const struct in6_addr *addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Droute.h127 struct in6_addr network;
129 struct in6_addr gateway;
139 struct in6_addr remote_endpoint_ipv6;
205 struct in6_addr network;
H A Doptions.h386 struct in6_addr server_network_ipv6; /* IPv6 */
411 struct in6_addr ifconfig_ipv6_pool_base; /* IPv6 */
436 struct in6_addr push_ifconfig_ipv6_local; /* IPv6 */
438 struct in6_addr push_ifconfig_ipv6_remote; /* IPv6 */
769 bool get_ipv6_addr( const char * prefix_str, struct in6_addr *network,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.h49 struct in6_addr prefix;
105 struct in6_addr linklocal;
157 struct in6_addr server_addr;
209 struct in6_addr linklocal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dmcast.h15 struct in6_addr inet_addr6;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3.h33 struct in6_addr addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.h146 struct in6_addr *addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_domainhash.h108 const struct in6_addr *addr);
H A Dnetlabel_unlabeled.c140 .len = sizeof(struct in6_addr) },
142 .len = sizeof(struct in6_addr) },
331 const struct in6_addr *addr,
332 const struct in6_addr *mask,
440 addr_len != sizeof(struct in6_addr))
480 case sizeof(struct in6_addr): { argument
481 struct in6_addr *addr6, *mask6;
483 addr6 = (struct in6_addr *)addr;
484 mask6 = (struct in6_addr *)mask;
591 const struct in6_addr *add
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dobjsec.h85 struct in6_addr ipv6; /* IPv6 node address */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_tunnel.h60 struct in6_addr prefix;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_area.c129 struct in6_addr local;
132 if (! memcmp (&route->nexthop.address, &local, sizeof (struct in6_addr)))
146 struct in6_addr local;
149 if (! memcmp (&route->nexthop.address, &local, sizeof (struct in6_addr)))
H A Dospf6_interface.h41 struct in6_addr *lladdr;
H A Dospf6_message.c318 struct in6_addr *src,
319 struct in6_addr *dst,
328 struct in6_addr *src,
329 struct in6_addr *dst,
366 memcpy (&o6n->hisaddr, src, sizeof (struct in6_addr));
848 struct in6_addr *src,
849 struct in6_addr *dst,
879 if (memcmp (src, &o6n->hisaddr, sizeof (struct in6_addr)))
906 struct in6_addr *src,
907 struct in6_addr *ds
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.h146 struct in6_addr *addr;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.h49 struct in6_addr prefix;
105 struct in6_addr linklocal;
157 struct in6_addr server_addr;
209 struct in6_addr linklocal;
H A Dcp.tab.h130 struct in6_addr addr;
H A Dsf.tab.h136 struct in6_addr addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Drt_ioctl.c352 kernel_ioctl_ipv6 (u_long type, struct prefix_ipv6 *dest, struct in6_addr *gate,
363 memcpy (&rtm.rtmsg_dst, &dest->prefix, sizeof (struct in6_addr));
381 memcpy (&rtm.rtmsg_gateway, gate, sizeof (struct in6_addr));
426 memcpy (&rtm.rtmsg_dst, &p->u.prefix, sizeof (struct in6_addr));
459 sizeof (struct in6_addr));
477 sizeof (struct in6_addr));
541 kernel_delete_ipv6_old (struct prefix_ipv6 *dest, struct in6_addr *gate,
H A Dconnected.c276 connected_add_ipv6 (struct interface *ifp, struct in6_addr *addr,
277 int prefixlen, struct in6_addr *broad)
364 connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address,
365 int prefixlen, struct in6_addr *broad)
372 memcpy (&p.prefix, address, sizeof (struct in6_addr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_addrinfo.c347 memcpy(&addr6->sin6_addr, curr, sizeof(struct in6_addr));
371 struct in6_addr ina6;
425 addrsize = sizeof(struct in6_addr);
427 memcpy(addrentry, inaddr, sizeof(struct in6_addr));
471 struct in6_addr in6;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c274 in6addrcpy(struct in6_addr *dst, struct in6_addr *src)
276 memcpy(dst, src, sizeof(struct in6_addr));
514 addr_to_numeric(const struct in6_addr *addrp)
522 static struct in6_addr *
525 static struct in6_addr ap;
532 return (struct in6_addr *)NULL;
536 static struct in6_addr *
541 static struct in6_addr *addr;
556 return (struct in6_addr *) NUL
[all...]

Completed in 282 milliseconds

1234567891011>>