Searched refs:in6 (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-9.3-release/sys/netinet6/
H A Din6_ifattach.c93 #define EUI64_TO_IFID(in6) do {(in6)->s6_addr[8] ^= EUI64_UBIT; } while (0)
94 #define EUI64_GROUP(in6) ((in6)->s6_addr[8] & EUI64_GBIT)
95 #define EUI64_INDIVIDUAL(in6) (!EUI64_GROUP(in6))
96 #define EUI64_LOCAL(in6) ((in6)->s6_addr[8] & EUI64_UBIT)
97 #define EUI64_UNIVERSAL(in6) (!EUI64_LOCAL(in6))
112 get_rand_ifid(struct ifnet *ifp, struct in6_addr *in6) argument
236 in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6) argument
388 get_ifid(struct ifnet *ifp0, struct ifnet *altifp, struct in6_addr *in6) argument
628 in6_nigroup0(struct ifnet *ifp, const char *name, int namelen, struct in6_addr *in6, int oldmcprefix) argument
699 in6_nigroup(struct ifnet *ifp, const char *name, int namelen, struct in6_addr *in6) argument
707 in6_nigroup_oldmcprefix(struct ifnet *ifp, const char *name, int namelen, struct in6_addr *in6) argument
725 struct in6_addr in6; local
[all...]
H A Dscope6.c399 * Determine the appropriate scope zone ID for in6 and ifp. If ret_id is
401 * in the in6_addr structure, in6 will be modified.
406 in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id) argument
427 if (IN6_IS_ADDR_LOOPBACK(in6)) {
439 scope = in6_addrscope(in6);
466 if (IN6_IS_SCOPE_LINKLOCAL(in6) || IN6_IS_ADDR_MC_INTFACELOCAL(in6))
467 in6->s6_addr16[1] = htons(zoneid & 0xffff); /* XXX */
477 in6_clearscope(struct in6_addr *in6) argument
481 if (IN6_IS_SCOPE_LINKLOCAL(in6) || IN6_IS_ADDR_MC_INTFACELOCA
494 in6_getscope(struct in6_addr *in6) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dnetscope.c38 struct in6_addr *in6; local
46 in6 = (struct in6_addr *)addr;
57 if (IN6_IS_ADDR_LINKLOCAL(in6) &&
H A Dnetaddr.c51 if (memcmp(&a->type.in6, &b->type.in6,
52 sizeof(a->type.in6)) != 0 ||
92 pa = (const unsigned char *) &a->type.in6;
93 pb = (const unsigned char *) &b->type.in6;
142 type = &netaddr->type.in6;
227 p = (const unsigned char *) &na->type.in6;
258 p = (const unsigned char *) &s->type.in6;
298 netaddr->type.in6 = *ina6;
343 memmove(&t->type.in6,
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dnetscope.c38 struct in6_addr *in6; local
46 in6 = (struct in6_addr *)addr;
57 if (IN6_IS_ADDR_LINKLOCAL(in6) &&
H A Dnetaddr.c52 if (memcmp(&a->type.in6, &b->type.in6,
53 sizeof(a->type.in6)) != 0 ||
93 pa = (const unsigned char *) &a->type.in6;
94 pb = (const unsigned char *) &b->type.in6;
143 type = &netaddr->type.in6;
229 p = (const unsigned char *) &na->type.in6;
260 p = (const unsigned char *) &s->type.in6;
299 netaddr->type.in6 = *ina6;
344 memcpy(&t->type.in6,
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/kf/
H A Dkf_locl.h56 #include <netinet/in6.h>
59 #include <netinet6/in6.h>
/freebsd-9.3-release/contrib/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h63 #include <netinet/in6.h> /* Required on UnixWare. */
66 #include <netinet6/in6.h> /* Required on BSD/OS for in6_pktinfo. */
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dtest_locl.h56 #include <netinet/in6.h>
59 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswd_locl.h74 #include <netinet/in6.h>
77 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkuser_locl.h63 #include <netinet/in6.h>
66 #include <netinet6/in6.h>
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprint_toif.c21 if (use_inet6 && IP6_NOTZERO(&fdp->fd_ip6.in6)) {
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush_locl.h71 #include <netinet/in6.h>
74 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbindresvport.c58 struct sockaddr_in6 *in6; local
81 in6 = (struct sockaddr_in6 *)sa;
83 portp = &in6->sin6_port;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dheaders.h68 #include <netinet/in6.h>
71 #include <netinet6/in6.h>
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dsockaddrtest.c21 struct in6_addr in6; local
40 sizeof(in6)) == 0) {
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dah.c43 struct in6_addr in6; local
53 memcpy(&in6, ah_attr->grh.dgid.raw, sizeof in6);
54 if (rdma_link_local_addr(&in6))
55 rdma_get_ll_mac(&in6, mac);
56 else if (rdma_is_multicast_addr(&in6)) {
57 rdma_get_mcast_mac(&in6, mac);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dgetaddresses.c54 struct in6_addr in6; local
98 if (inet_pton(AF_INET6, tmpbuf, &in6) == 1) {
109 &in6, &zone);
124 isc_netaddr_fromin6(&na, &in6);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c50 #include <netinet/in6.h>
187 struct in6_addr in6; local
188 if (!evutil_inet_pton(AF_INET6, tab->ans, &in6)) {
192 question, 1, &in6.s6_addr, 100);
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh_locl.h63 #include <netinet/in6.h>
66 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h132 #include <netinet/in6.h>
135 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin_locl.h70 #include <netinet/in6.h>
73 #include <netinet6/in6.h>
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dkafs_locl.h76 #include <netinet/in6.h>
79 #include <netinet6/in6.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddns64.c79 REQUIRE(memcmp(suffix->type.in6.s6_addr, zeros, nbytes) == 0);
86 memmove(new->bits, prefix->type.in6.s6_addr, prefixlen / 8);
88 memmove(new->bits + nbytes, suffix->type.in6.s6_addr + nbytes,
209 struct in6_addr in6; local
271 memmove(&in6.s6_addr, rdata.data, 16);
272 isc_netaddr_fromin6(&netaddr, &in6);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h95 #include <netinet/in6.h>
98 #include <netinet6/in6.h>

Completed in 146 milliseconds

12345