Searched refs:octet (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/netlabel/ |
H A D | draft-ietf-cipso-ipsecurity-01.txt | 88 once in a datagram. All multi-octet fields in the option are defined to be 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 148 actual security information to be passed. All multi-octet fields in a tag 152 octet boundary. The tag types defined in this document contain alignment 223 This field is 1 octet in length and has a value of 1. 228 This field is 1 octet in length. It is the total length of the tag type 235 This field is 1 octet in length and always has the value of 0. Its purpose 236 is to align the category bitmap field on an even octet boundary. This will 242 This field is 1 octet in length. Its value is from 0 to 255. The values [all …]
|
/linux/Documentation/networking/ |
H 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/ |
H A D | functions.sh | 274 local octet=$[ IP6 ? 16 : 8 ] 292 idx=$[ octet*i ]
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H 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/net/wireless/broadcom/b43legacy/ |
H 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/s390/net/ |
H A D | qeth_l3_main.c | 76 u8 octet; in qeth_l3_convert_addr_to_bits() local 79 octet = addr[i]; in qeth_l3_convert_addr_to_bits() 81 bits[i*8 + j] = octet & 1; in qeth_l3_convert_addr_to_bits() 82 octet >>= 1; in qeth_l3_convert_addr_to_bits()
|
/linux/drivers/mtd/maps/ |
H A D | Kconfig | 66 bits, you would set the bus width octet value to 4. This is
|
/linux/Documentation/security/keys/ |
H A D | trusted-encrypted.rst | 467 initial TPM2B header, which can be reconstructed from the ASN.1 octet
|
/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 182 ``skb_mac_header(skb) + ETH_ALEN`` octets, i.e. to where the first octet after 185 the first octet after the EtherType, and to change ``skb->dev`` to point to the
|