/src/sys/net/ |
if_srt.h | 17 struct in6_addr v6; member in union:srt_rt::__anonf60ca54e010a
|
ether_sw_offload.c | 84 bool v6; local in function:ether_sw_offload_tx 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 in function:ether_sw_offload_rx 212 v6 = (ip->ip_v != IPVERSION); 214 if (v6) { 303 if (v6) { [all...] |
/src/usr.bin/netstat/ |
vtw.c | 218 vtw_v6_t *v6 = (vtw_v6_t *)vp; local in function:process_vtw 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...] |
inet6.c | 249 const vtw_v6_t *v6 = (const vtw_v6_t *)vtw; local in function:print_vtw_v6 254 inet_ntop(AF_INET6, &v6->laddr, buf[0], sizeof(buf[0])); 255 inet_ntop(AF_INET6, &v6->faddr, buf[1], sizeof(buf[1])); 261 buf[0], ntohs(v6->lport), 262 buf[1], ntohs(v6->fport)); 269 buf[0], ntohs(v6->lport), 270 buf[1], ntohs(v6->fport)); 274 buf[0], ntohs(v6->lport), 275 buf[1], ntohs(v6->fport), 279 &v6->laddr, v6->lport [all...] |
/src/sys/crypto/blake2/ |
blake2s.c | 94 uint32_t v0,v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15; local in function:blake2s_compress 105 v6 = h[6]; 131 BLAKE2S_G(v2, v6, v10, v14, m[sigma[ 4]], m[sigma[ 5]]); 134 BLAKE2S_G(v1, v6, v11, v12, m[sigma[10]], m[sigma[11]]); 146 h[6] ^= v6 ^ v14;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios_crtc.c | 470 PIXEL_CLOCK_PARAMETERS_V6 v6; member in union:set_pixel_clock 506 args.v6.ulDispEngClkFreq = cpu_to_le32(dispclk); 511 args.v6.ucPpll = ATOM_PPLL0; 513 args.v6.ucPpll = ATOM_EXT_PLL1; 681 args.v6.ulDispEngClkFreq = cpu_to_le32(crtc_id << 24 | clock / 10); 682 args.v6.ucRefDiv = ref_div; 683 args.v6.usFbDiv = cpu_to_le16(fb_div); 684 args.v6.ulFbDivDecFrac = cpu_to_le32(frac_fb_div * 100000); 685 args.v6.ucPostDiv = post_div; 686 args.v6.ucMiscInfo = 0; /* HDMI depth, etc. * [all...] |
amdgpu_atombios_encoders.c | 763 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_6 v6; member in union:dig_transmitter_control 1121 args.v6.ucAction = action; 1123 args.v6.ulSymClock = cpu_to_le32(dp_clock / 10); 1125 args.v6.ulSymClock = cpu_to_le32(amdgpu_encoder->pixel_clock / 10); 1130 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYB; 1132 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYA; 1136 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYD; 1138 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYC; 1142 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYF; 1144 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYE [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_ppc_regs.h | 71 #define v6 6 macro
|
/src/sys/dev/usb/ |
if_mue.c | 1152 bool v6; local in function:mue_uno_rx_loop 1193 v6 = rx_cmd_a & MUE_RX_CMD_A_IPV; 1196 csum = v6 ? 1200 csum = v6 ? 1204 csum = v6 ? 0 : M_CSUM_IPv4;
|
/src/sys/netinet/ |
tcp_vtw.h | 254 struct vtw_v6 *v6; /* IPv6 resources */ member in union:vtw_ctl::__anone1a73b5e010a 376 struct in6_addr v6; member in union:vestigial_inpcb::__anone1a73b5e020a 406 struct in6_addr v6; member in union:sin_either::__anone1a73b5e030a
|
tcp_vtw.c | 148 struct in6_addr v6; member in union:tcp_ports_iterator::__anone1a73b59010a 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 in function:vtw_next 521 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_unhash 748 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_inshash_v6 930 vtw_v6_t *v6; local in function:vtw_lookup_hash_v6 1142 vtw_v6_t *v6; local in function:vtw_next_port_v6 1703 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_export_v6 1976 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_add 2127 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_restart_v6 2261 vtw_v6_t *v6 = (void*)vtw; local in function:vtw_debug_add [all...] |
/src/lib/libm/ld80/ |
e_lgammal_r.c | 145 #define v6 (v6u.extu_ld) macro 320 p2 = 1+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*v6)))));
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atombios_crtc.c | 773 PIXEL_CLOCK_PARAMETERS_V6 v6; member in union:set_pixel_clock 808 args.v6.ulDispEngClkFreq = cpu_to_le32(dispclk); 810 args.v6.ucPpll = ATOM_EXT_PLL1; 812 args.v6.ucPpll = ATOM_PPLL0; 814 args.v6.ucPpll = ATOM_DCPLL; 926 args.v6.ulDispEngClkFreq = cpu_to_le32(crtc_id << 24 | clock / 10); 927 args.v6.ucRefDiv = ref_div; 928 args.v6.usFbDiv = cpu_to_le16(fb_div); 929 args.v6.ulFbDivDecFrac = cpu_to_le32(frac_fb_div * 100000); 930 args.v6.ucPostDiv = post_div [all...] |
/src/lib/libm/ld128/ |
e_lgammal_r.c | 123 v6 = 1.55210088094585540637493826431170289e+00L, variable in typeref:typename:const long double 291 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efipxebc.h | 42 EFI_IPv6_ADDRESS v6; member in union:__anon19924e77010a
|
/src/sys/dev/pci/ixgbe/ |
ixv.c | 1287 u64 v0, v1, v2, v3, v4, v5, v6, v7; local in function:ixv_handle_timer 1303 v0 = v1 = v2 = v3 = v4 = v5 = v6 = v7 = 0; 1314 v6 += txr->q_enomem_tx_dma_setup; 1323 IXGBE_EVC_STORE(&sc->enomem_tx_dma_setup, v6);
|
ixgbe.c | 4618 u64 v0, v1, v2, v3, v4, v5, v6, v7; local in function:ixgbe_handle_timer 4657 v0 = v1 = v2 = v3 = v4 = v5 = v6 = v7 = 0; 4668 v6 += txr->q_enomem_tx_dma_setup; 4677 IXGBE_EVC_STORE(&sc->enomem_tx_dma_setup, v6);
|
/src/sys/dev/pci/igc/ |
if_igc.c | 3190 const bool v6 = (csum_flags & local in function:igc_tx_ctx_setup 3215 if (!v4 && !v6) 3272 KASSERT(!v4 && !v6);
|
/src/sys/net/npf/ |
npf.h | 184 struct ip6_hdr * v6; member in union:__anonb49106fe0208::__anonb49106fe030a
|
/src/sys/dist/pf/net/ |
pfvar.h | 143 struct in6_addr v6; member in union:pf_addr::__anon30a5ecce0e0a 149 #define v6 pfa.v6 macro
|