| /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/ |
| misc_utilities.c | 44 mDNSAddr_from_in6_addr(const struct in6_addr * const NONNULL v6) 47 mdns_compile_time_check_local(sizeof(mdns_addr.ip.v6) == sizeof(v6->s6_addr)); 50 mDNSPlatformMemCopy(&mdns_addr.ip.v6, v6->s6_addr, sizeof(v6->s6_addr)); 86 inet_ntop(AF_INET6, addr->ip.v6.b, out_string_buf, INET6_ADDRSTRLEN + 1);
|
| misc_utilities.h | 75 * @param v6 82 mDNSAddr_from_in6_addr(const struct in6_addr * NONNULL v6);
|
| /src/etc/namedb/ |
| Makefile | 3 CONFIGFILES= 127 root.cache localhost loopback.v6 bind.keys
|
| /src/external/bsd/wpa/dist/src/utils/ |
| ip_addr.c | 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL) 45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) { 67 os_memcmp(&a->u.v6, &b->u.v6, sizeof(a->u.v6)) == 0)
|
| ip_addr.h | 17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon6162
|
| /src/external/apache2/mDNSResponder/dist/unittests/ |
| mdns_macosx_ut.c | 5 // To match *either* a v4 or v6 instance of this interface 16 (i->ifinfo.ip.ip.v6.l[0] == addr->ip.v6.l[0] && 17 i->ifinfo.ip.ip.v6.l[1] == addr->ip.v6.l[1] && 18 i->ifinfo.ip.ip.v6.l[2] == addr->ip.v6.l[2] && 19 i->ifinfo.ip.ip.v6.l[3] == addr->ip.v6.l[3])
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/ |
| Makefile.am | 41 libstdcxx/v6/printers.py \ 42 libstdcxx/v6/xmethods.py \ 43 libstdcxx/v6/__init__.py \
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| sparc-opc.c | 49 #define v6 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_LEON \ macro 54 /* v6 insns not supported on the sparclet. */ 99 /* v6 insns not supported by v9. */ 135 { "v6", MASK_V6, 0, 0 }, 262 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, 0, 0, v6 }, 263 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, 0, 0, v6 }, /* ld [rs1+%g0],d */ 264 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, 0, 0, v6 }, 265 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, 0, 0, v6 }, 266 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, 0, 0, v6 }, 267 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, 0, 0, v6 }, /* ld [rs1+0],d * [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| sparc-opc.c | 49 #define v6 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_LEON \ macro 54 /* v6 insns not supported on the sparclet. */ 99 /* v6 insns not supported by v9. */ 135 { "v6", MASK_V6, 0, 0 }, 262 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, 0, 0, v6 }, 263 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, 0, 0, v6 }, /* ld [rs1+%g0],d */ 264 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, 0, 0, v6 }, 265 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, 0, 0, v6 }, 266 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, 0, 0, v6 }, 267 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, 0, 0, v6 }, /* ld [rs1+0],d * [all...] |
| /src/sys/external/bsd/drm2/include/linux/ |
| uuid.h | 39 #define GUID_INIT(x, y, z, v0, v1, v2, v3, v4, v5, v6, v7) ((guid_t) \ 56 [14] = (v6), \
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
| blamka-round-ref.h | 27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ 32 G(v2, v6, v10, v14); \ 35 G(v1, v6, v11, v12); \
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/ |
| blamka-round-ref.h | 43 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ 48 G(v2, v6, v10, v14); \ 51 G(v1, v6, v11, v12); \
|
| /src/external/bsd/tcpdump/dist/ |
| pflog.h | 111 nd_ipv6 v6; member in union:pf_addr::__anon5729 114 #define v6 pfa.v6 macro
|
| /src/sys/net/ |
| ether_sw_offload.c | 84 bool v6; local 86 bool v6 __diagused; 118 v6 = flags & (M_CSUM_TSOv6 | M_CSUM_TCPv6 | M_CSUM_UDPv6); 120 KASSERT(!v6); 132 if (v6) 140 if (v6) 171 bool v6; local 212 v6 = (ip->ip_v != IPVERSION); 214 if (v6) { 303 if (v6) { [all...] |
| if_srt.h | 17 struct in6_addr v6; member in union:srt_rt::__anon7026
|
| /src/external/bsd/libpcap/dist/ |
| pflog.h | 111 struct in6_addr v6; member in union:pf_addr::__anon4959 117 #define v6 pfa.v6 macro
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| reg_helper.h | 97 f5, v5, f6, v6) \ 104 FN(reg, f6), v6) 107 f5, v5, f6, v6, f7, v7) \ 114 FN(reg, f6), v6,\ 118 f5, v5, f6, v6, f7, v7, f8, v8) \ 125 FN(reg, f6), v6,\ 130 v5, f6, v6, f7, v7, f8, v8, f9, v9) \ 137 FN(reg, f6), v6, \ 143 v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ 150 FN(reg, f6), v6, \ [all...] |
| /src/external/bsd/unbound/dist/testdata/ipset.tdir/ |
| ipset.conf | 26 name-v6: atotallymadeupnamefor6
|
| /src/sys/netinet/ |
| tcp_vtw.c | 148 struct in6_addr v6; member in union:tcp_ports_iterator::__anon7446 429 vtw_index_v6(vtw_ctl_t *ctl, vtw_v6_t *v6) 431 if (ctl->base.v6 <= v6 && v6 <= ctl->lim.v6) 432 return v6 - ctl->base.v6; 475 vtw_v6_t *vtw = ctl->base.v6 + idx; 477 return (ctl->base.v6 <= vtw && vtw <= ctl->lim.v6 500 vtw_v6_t *v6 = (void*)vtw; local 521 vtw_v6_t *v6 = (void*)vtw; local 748 vtw_v6_t *v6 = (void*)vtw; local 930 vtw_v6_t *v6; local 1142 vtw_v6_t *v6; local 1703 vtw_v6_t *v6 = (void*)vtw; local 1976 vtw_v6_t *v6 = (void*)vtw; local 2127 vtw_v6_t *v6 = (void*)vtw; local 2261 vtw_v6_t *v6 = (void*)vtw; local [all...] |
| /src/libexec/identd/ |
| pf.c | 52 (void)memcpy(&nl.daddr.v6, &csatosin6(&ss[0])->sin6_addr, 54 (void)memcpy(&nl.saddr.v6, &csatosin6(&ss[1])->sin6_addr, 93 (void)memcpy(&satosin6(nat_addr)->sin6_addr, &nl.rsaddr.v6,
|
| /src/usr.bin/netstat/ |
| vtw.c | 218 vtw_v6_t *v6 = (vtw_v6_t *)vp; local 220 vp = &(++v6)->common; 402 kbase = vtw_tcpv6[i].base.v6; 403 klim = vtw_tcpv6[i].lim.v6; 419 ubase = vtw_tcpv6[0].base.v6; 423 vtw_tcpv6[i].base.v6 += delta; 424 vtw_tcpv6[i].lim.v6 += delta; 425 vtw_tcpv6[i].alloc.v6 += delta; 428 if (vtw_tcpv6[i].oldest.v6) 429 vtw_tcpv6[i].oldest.v6 += delta [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_restrict.c | 153 inet_ntop(AF_INET6, &res->v6.addr, as, sizeof as); 154 inet_ntop(AF_INET6, &res->v6.mask, ms, sizeof ms); 379 MASK_IPV6_ADDR(&masked, addr, &res->v6.mask); 380 if (ADDR6_EQ(&masked, &res->v6.addr) 397 * the v4 or v6 address and mask as appropriate. Other fields in the 423 !memcmp(&res->v6, &pmatch->v6, sizeof(res->v6))) { 500 cmp = ADDR6_CMP(&r1->v6.addr, &r2->v6.addr) [all...] |
| /src/sys/crypto/aes/arch/arm/ |
| aes_armv8_64.S | 146 * v6.4s := (0,0,prk[0],prk[1]) 150 ext v6.16b, v0.16b, v1.16b, #8 156 eor v1.16b, v1.16b, v6.16b 221 * v6.4s := (0,0,prk[0],prk[1]) 225 ext v6.16b, v0.16b, v1.16b, #8 231 eor v5.16b, v5.16b, v6.16b 247 * v6.4s := (0, 0, rklo[0], rklo[1]) 250 ext v6.16b, v0.16b, v2.16b, #8 254 eor v3.16b, v1.16b, v6.16b 305 * v6.4s := (0, 0, rk[2], rk[3] [all...] |
| /src/dist/pf/libexec/tftp-proxy/ |
| filter.c | 100 memcpy(&pfp.addr.addr.v.a.addr.v6, 133 memcpy(&pfp.addr.addr.v.a.addr.v6, 280 memcpy(&pfr.rule.src.addr.v.a.addr.v6, 283 memcpy(&pfr.rule.dst.addr.v.a.addr.v6, 382 memcpy(&pnl.saddr.v6, &client->sin6_addr.s6_addr, sizeof pnl.saddr.v6); 383 memcpy(&pnl.daddr.v6, &proxy->sin6_addr.s6_addr, sizeof pnl.daddr.v6); 393 memcpy(&server->sin6_addr.s6_addr, &pnl.rdaddr.v6,
|
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| filter.c | 124 memcpy(&pfp.addr.addr.v.a.addr.v6, 158 memcpy(&pfp.addr.addr.v.a.addr.v6, 302 memcpy(&pfr.rule.src.addr.v.a.addr.v6, 305 memcpy(&pfr.rule.dst.addr.v.a.addr.v6, 406 memcpy(&pnl.saddr.v6, &client->sin6_addr.s6_addr, sizeof pnl.saddr.v6); 407 memcpy(&pnl.daddr.v6, &proxy->sin6_addr.s6_addr, sizeof pnl.daddr.v6); 417 memcpy(&server->sin6_addr.s6_addr, &pnl.rdaddr.v6,
|