| /OK3568_Linux_fs/kernel/lib/ |
| H A D | build_OID_registry | 91 my @octets = (); 95 push @octets, $components[0] * 40 + $components[1]; 105 push @octets, (($c >> $tmp * 7) & 0x7f) | 0x80; 107 push @octets, $c & 0x7f; 110 push @encoded_oids, \@octets; 118 my @octets = @{$encoded_oids[$i]}; 120 my $hash = $#octets; 121 foreach (@octets) { 136 my @octets = @{$encoded_oids[$i]}; 138 print C_FILE $_, ", " foreach (@octets); [all …]
|
| H A D | oid_registry.c | 27 const unsigned char *octets = data; in look_up_OID() local 37 hash += octets[i] * 33; in look_up_OID() 76 unsigned char b = octets[len]; in look_up_OID()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | 802.11e.h | 51 uint8 octets[3]; member 100 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 101 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 103 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 104 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 107 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 109 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | 802.11e.h | 44 uint8 octets[3]; member 93 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 94 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 96 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 97 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 100 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 102 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11e.h | 44 uint8 octets[3]; member 93 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 94 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 96 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 97 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 100 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 102 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | 802.11e.h | 52 uint8 octets[3]; member 101 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 102 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 104 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 105 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 108 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 110 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | 802.11e.h | 52 uint8 octets[3]; member 101 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 102 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 104 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 105 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 108 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 110 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | 802.11e.h | 52 uint8 octets[3]; member 101 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 102 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 104 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 105 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 108 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 110 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | pio.c | 66 unsigned int octets) in tx_data() argument 79 while (i < octets - 1) { in tx_data() 84 if (octets % 2) in tx_data() 85 tx_octet(queue, packet[octets - in tx_data() 179 unsigned int octets; in pio_tx_write_fragment() local 193 octets = skb->len + txhdr_size; in pio_tx_write_fragment() 195 octets--; in pio_tx_write_fragment() 196 tx_data(queue, txhdr, (u8 *)skb->data, octets); in pio_tx_write_fragment() 221 u16 octets; in pio_tx_packet() local 224 octets = (u16)skb->len + sizeof(struct b43legacy_txhdr_fw3); in pio_tx_packet() [all …]
|
| H A D | xmit.c | 112 const u16 octets, const u8 bitrate) in b43legacy_generate_plcp_hdr() argument 121 B43legacy_WARN_ON(octets & 0xF000); in b43legacy_generate_plcp_hdr() 122 d |= (octets << 5); in b43legacy_generate_plcp_hdr() 127 plen = octets * 16 / bitrate; in b43legacy_generate_plcp_hdr() 128 if ((octets * 16 % bitrate) > 0) { in b43legacy_generate_plcp_hdr() 131 && ((octets * 8 % 11) < 4)) in b43legacy_generate_plcp_hdr()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/altera/ |
| H A D | altera_tse.rst | 250 This statistic counts the total number of packets received that were 64 octets 255 between 65 and 127 octets in length inclusive. 259 between 128 and 255 octets in length inclusive. 263 between 256 and 511 octets in length inclusive. 267 between 512 and 1023 octets in length inclusive. 271 between 1024 and 1518 octets in length inclusive. 280 octets, and had either a bad CRC with an integral number of octets (CRC Error) 281 or a bad CRC with a non-integral number of octets (Alignment Error). 284 statistic is the total number of packets received that were less than 64 octets 285 in length and had either a bad CRC with an integral number of octets (CRC [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-uwb_rc | 54 hex octets. 83 The EUI-48, in colon-separated hex octets, for this 120 hex octets. 129 octets. 137 space separated hex octets with one IE per line.
|
| H A D | sysfs-wusb_cbaf | 59 hex octets. 93 octets. 100 Write 16 space-separated random, hex octets to
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 276 unsigned int octets[4]; in o2nm_node_ipv4_address_store() local 279 ret = sscanf(page, "%3u.%3u.%3u.%3u", &octets[3], &octets[2], in o2nm_node_ipv4_address_store() 280 &octets[1], &octets[0]); in o2nm_node_ipv4_address_store() 284 for (i = 0; i < ARRAY_SIZE(octets); i++) { in o2nm_node_ipv4_address_store() 285 if (octets[i] > 255) in o2nm_node_ipv4_address_store() 287 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8)); in o2nm_node_ipv4_address_store()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip.h | 191 uint32_t octets; member 408 status->octets = stat1.s.octs; in cvmx_pip_get_port_status() 440 status->octets) in cvmx_pip_get_port_status() 443 status->octets; in cvmx_pip_get_port_status()
|
| H A D | cvmx-pko.h | 119 uint64_t octets; member 596 status->octets = pko_mem_count1.s.count; in cvmx_pko_get_port_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | xmit.c | 137 const u16 octets, const u8 bitrate) in b43_generate_plcp_hdr() argument 145 B43_WARN_ON(octets & 0xF000); in b43_generate_plcp_hdr() 146 d |= (octets << 5); in b43_generate_plcp_hdr() 151 plen = octets * 16 / bitrate; in b43_generate_plcp_hdr() 152 if ((octets * 16 % bitrate) > 0) { in b43_generate_plcp_hdr() 155 && ((octets * 8 % 11) < 4)) { in b43_generate_plcp_hdr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-35252.patch | 49 + /* scan for all the octets that are *not* in cookie-octet */ 63 + infof(data, "invalid octets in name/value, cookie dropped");
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | CVE-2022-41860.patch | 26 + * EAP-SIM has a 1 octet of subtype, and 2 octets 39 + * ((4 * length) - 2) octets of data.
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | mad.c | 84 cpu_to_be64(MLX5_SUM_CNT(out, transmitted_ib_unicast.octets, in pma_cnt_ext_assign() 85 transmitted_ib_multicast.octets) >> 2); in pma_cnt_ext_assign() 87 cpu_to_be64(MLX5_SUM_CNT(out, received_ib_unicast.octets, in pma_cnt_ext_assign() 88 received_ib_multicast.octets) >> 2); in pma_cnt_ext_assign()
|
| H A D | ib_virt.c | 143 stats->rx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, received_ib_unicast.octets); in mlx5_ib_get_vf_stats() 144 stats->tx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, transmitted_ib_unicast.octets); in mlx5_ib_get_vf_stats()
|
| /OK3568_Linux_fs/kernel/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 111 restriction of 40 octets the value of this field MUST not exceed 40. 180 restrictions are based on the current IP limitation of 40 octets for all 249 The length of this field is variable and ranges from 0 to 30 octets. This 268 minimal encoding SHOULD be used resulting in no trailing zero octets in the 284 a constant length of 10 octets. Trailing octets required to fill out the 10 285 octets are zero filled. Ten octets, allowing for 80 categories, was chosen 286 because it makes the total length of the CIPSO option 20 octets. If CIPSO 288 filler octets will not be required. 348 octets. Up to 15 categories may be represented by this tag. Valid values
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_stats.c | 551 VPORT_COUNTER_OFF(received_eth_unicast.octets) }, 555 VPORT_COUNTER_OFF(transmitted_eth_unicast.octets) }, 559 VPORT_COUNTER_OFF(received_eth_multicast.octets) }, 563 VPORT_COUNTER_OFF(transmitted_eth_multicast.octets) }, 567 VPORT_COUNTER_OFF(received_eth_broadcast.octets) }, 571 VPORT_COUNTER_OFF(transmitted_eth_broadcast.octets) }, 575 VPORT_COUNTER_OFF(received_ib_unicast.octets) }, 579 VPORT_COUNTER_OFF(transmitted_ib_unicast.octets) }, 583 VPORT_COUNTER_OFF(received_ib_multicast.octets) }, 587 VPORT_COUNTER_OFF(transmitted_ib_multicast.octets) },
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ipconfig.c | 1382 int octets = 0; in root_nfs_parse_addr() local 1386 while (octets < 4) { in root_nfs_parse_addr() 1391 if (*cp == '.' || octets == 3) in root_nfs_parse_addr() 1392 octets++; in root_nfs_parse_addr() 1393 if (octets < 4) in root_nfs_parse_addr() 1397 if (octets == 4 && (*cp == ':' || *cp == '\0')) { in root_nfs_parse_addr()
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | optee_msg.h | 163 u8 octets[24]; member
|