| /linux/drivers/net/wireless/ath/ath5k/ |
| A D | pci.c | 123 int octet; in ath5k_pci_eeprom_read_mac() local 127 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac() 131 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac() 132 mac_d[octet] = data >> 8; in ath5k_pci_eeprom_read_mac() 133 octet += 2; in ath5k_pci_eeprom_read_mac()
|
| /linux/Documentation/netlabel/ |
| A D | draft-ietf-cipso-ipsecurity-01.txt | 104 This field is 1 octet in length. Its value is 134. 109 This field is 1 octet in length. It is the total length of the option 223 This field is 1 octet in length and has a value of 1. 271 octet 0 octet 1 octet 2 octet 3 octet 4 octet 5 309 This field is one octet in length and has a value of 2. 314 This field is 1 octet in length. It is the total length of the tag type 322 is to align the category field on an even octet boundary. This will 372 This field is one octet in length and has a value of 5. 377 This field is 1 octet in length. It is the total length of the tag type 409 A category range is a 4 octet field comprised of the 2 octet index of the [all …]
|
| /linux/Documentation/networking/ |
| A D | plip.rst | 200 count-low octet 201 count-high octet 203 checksum octet 205 Each octet is sent as:: 207 <wait for rx. '0x1?'> <send 0x10+(octet&0x0F)> 208 <wait for rx. '0x0?'> <send 0x00+((octet>>4)&0x0F)>
|
| /linux/samples/pktgen/ |
| A D | functions.sh | 273 local octet=$[ IP6 ? 16 : 8 ] 291 idx=$[ octet*i ]
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | xgmac.c | 289 int hash = 0, octet, bit, i = 0, c; in hash_hw_addr() local 291 for (octet = 0; octet < 6; ++octet) in hash_hw_addr() 292 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) { in hash_hw_addr()
|
| /linux/drivers/staging/rtl8192u/ieee80211/ |
| A D | rtl819x_Qos.h | 76 u8 *octet; member
|
| A D | ieee80211_softmac.c | 1067 osCcxAironetIE.octet = CcxAironetBuf; in ieee80211_association_req() 1073 memcpy(osCcxAironetIE.octet, AironetIeOui, sizeof(AironetIeOui)); in ieee80211_association_req() 1078 osCcxAironetIE.octet[IE_CISCO_FLAG_POSITION] |= (SUPPORT_CKIP_PK | SUPPORT_CKIP_MIC); in ieee80211_association_req() 1082 memcpy(tag, osCcxAironetIE.octet, osCcxAironetIE.length); in ieee80211_association_req() 1090 osCcxRmCap.octet = CcxRmCapBuf; in ieee80211_association_req() 1095 memcpy(tag, osCcxRmCap.octet, osCcxRmCap.length); in ieee80211_association_req() 1103 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req() 1108 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | pio.c | 29 u8 octet) in tx_octet() argument 32 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet() 38 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet); in tx_octet()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| A D | base.c | 2586 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2587 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub() 2590 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2591 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub() 2592 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub() 2595 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub() 2598 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub() 2601 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub() 2621 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
|
| A D | wifi.h | 1043 u8 *octet; member 2908 #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC) 2939 (_os).octet = (u8 *)(_octet); \
|
| /linux/drivers/s390/net/ |
| A D | qeth_l3_main.c | 75 u8 octet; in qeth_l3_convert_addr_to_bits() local 78 octet = addr[i]; in qeth_l3_convert_addr_to_bits() 80 bits[i*8 + j] = octet & 1; in qeth_l3_convert_addr_to_bits() 81 octet >>= 1; in qeth_l3_convert_addr_to_bits()
|
| /linux/drivers/net/ethernet/altera/ |
| A D | altera_tse_main.c | 1024 unsigned char octet = ha->addr[mac_octet]; in altera_tse_set_mcfilter() local 1028 xor_bit ^= ((octet >> bitshift) & 0x01); in altera_tse_set_mcfilter()
|
| /linux/Documentation/security/keys/ |
| A D | trusted-encrypted.rst | 367 initial TPM2B header, which can be reconstructed from the ASN.1 octet
|
| /linux/drivers/mtd/maps/ |
| A D | Kconfig | 66 bits, you would set the bus width octet value to 4. This is
|
| /linux/Documentation/networking/dsa/ |
| A D | dsa.rst | 178 ``skb_mac_header(skb) + ETH_ALEN`` octets, i.e. to where the first octet after 181 the first octet after the EtherType, and to change ``skb->dev`` to point to the
|
| /linux/drivers/net/wireless/atmel/ |
| A D | atmel.c | 956 u8 octet = atmel_read8(priv->dev, DR); in probe_crc() local 957 crc = crc32_le(crc, &octet, 1); in probe_crc()
|