/openbmc/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 216 TYPE LENGTH OCTET LEVEL CATEGORIES 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 233 3.4.2.3 Alignment Octet 235 This field is 1 octet in length and always has the value of 0. Its purpose [all …]
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | nemora.cpp | 43 int ret = sscanf(mac_addr.c_str(), MAC_FORMAT, mac->octet, mac->octet + 1, in ParseMac() 44 mac->octet + 2, mac->octet + 3, mac->octet + 4, in ParseMac() 45 mac->octet + 5); in ParseMac() 143 memcpy(event_data_.mac, mac.octet, sizeof(MacAddr)); in UpdateEventData()
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_conf.robot | 30 # Maximum valid value in each octet is 255 and least value is 0. 34 # Maximum value of octet in netmask is 255. 213 Add Fourth Octet Threshold IP And Verify 214 [Documentation] Add fourth octet threshold IP and verify. 221 Add Fourth Octet Lowest IP And Verify 222 [Documentation] Add fourth octet lowest IP and verify. 229 Add Third Octet Threshold IP And Verify 230 [Documentation] Add third octet threshold IP and verify. 237 Add Third Octet Lowest IP And Verify 238 [Documentation] Add third octet lowest IP and verify. [all …]
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 61 snprintf(mac_str, sizeof(mac_str), MAC_FORMAT, mac.octet[0], mac.octet[1], in format_mac() 62 mac.octet[2], mac.octet[3], mac.octet[4], mac.octet[5]); in format_mac() 106 std::copy_n(ifr.ifr_addr.sa_data, sizeof(*mac), mac->octet); in get_mac_addr() 163 std::copy_n(mac.octet, 6, ifr.ifr_hwaddr.sa_data); in set_mac_addr() 188 std::copy_n(mac.octet, 6, ifr.ifr_hwaddr.sa_data); in set_mac_addr()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_tx.h | 84 /* Packets sent with an octet count < 64 */ 87 /* Packets sent with an octet count == 64 */ 90 /* Packets sent with an octet count of 65–127 */ 93 /* Packets sent with an octet count of 128–255 */ 96 /* Packets sent with an octet count of 256–511 */ 99 /* Packets sent with an octet count of 512–1023 */ 102 /* Packets sent with an octet count of 1024-1518 */ 105 /* Packets sent with an octet count of > 1518 */
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 7 OCTET STRING, 32 OCTET STRING, 61 IMPLICIT OCTET STRING OPTIONAL ({snmp_helper}) 79 IMPLICIT OCTET STRING OPTIONAL
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_spnego_negtokeninit.asn1 | 17 [1] OCTET STRING OPTIONAL 27 [2] OCTET STRING OPTIONAL, 31 [3] OCTET STRING OPTIONAL
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.c | 88 memset(header->ethhdr.dest.octet, 0xFF, sizeof(header->ethhdr.dest.octet)); in set_header_fields() 90 memset(header->ethhdr.src.octet, 0xAB, sizeof(header->ethhdr.src.octet)); in set_header_fields() 137 memcpy(cmd->mac_addr.octet, mac->octet, sizeof(cmd->mac_addr.octet)); in ncsi_cmd_set_mac() 253 memcpy(cmd->filter.mac, mac->octet, sizeof(cmd->filter.mac)); in ncsi_oem_cmd_set_filter()
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpmac.h | 373 * @DPMAC_CNT_ING_FRAME_64: counts 64-octet frame, good or bad. 374 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-octet frame, good or bad. 375 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-octet frame, good or bad. 376 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-octet frame, good or bad. 377 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-octet frame, good or bad. 378 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-octet frame, good or bad. 379 * @DPMAC_CNT_ING_FRAME_1519_MAX: counts 1519-octet frame and larger 399 * @DPMAC_CNT_ING_BYTE: counts octet received except preamble for all valid 407 * @DPMAC_CNT_EGR_BYTE: counts octet transmitted except preamble for all valid
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | ncsi_test.cpp | 153 for (unsigned i = 0; i < sizeof(nic_mac.octet); ++i) in ExpectFiltersConfigured() 155 EXPECT_EQ(nic_mac.octet[i], ch_filter.mac[i]); in ExpectFiltersConfigured() 184 EXPECT_EQ(0, std::memcmp(nic_mac.octet, net_config_mock.mac_addr.octet, in TEST_F() 185 sizeof(nic_mac.octet))); in TEST_F()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | printk.c | 36 * a multi-octet encoding. in utf8_to_utf32() 41 * If the 0 bit is in position 8, this is a valid single-octet in utf8_to_utf32() 44 * In either case, we just return the first octet. in utf8_to_utf32() 48 /* Get the bits from the first octet. */ in utf8_to_utf32()
|
/openbmc/linux/include/net/ |
H A D | slhc_vj.h | 43 * The first octet contains the packet type (top 3 bits), TCP 45 * numbers have changed (bottom 5 bits). The next octet is a 59 * use a variable length coding with one octet for numbers in the 68 * The top nibble of the first octet is the packet type. There are 93 /* Bits in first octet of compressed packet */
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-verify.c | 93 * mask_generation_function1() - generate an octet string 95 * Generate an octet string used to check rsa signature. 96 * It use an input octet string and a hash function. 99 * @seed: Specifies an input variable octet string 100 * @seed_len: Size of the input octet string 101 * @output: Specifies the output octet string 102 * @output_len: Size of the output octet string 103 * @return 0 if the octet string was correctly generated, others on error
|
/openbmc/linux/fs/smb/server/ |
H A D | ksmbd_spnego_negtokentarg.asn1 | 16 [2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}), 18 [3] OCTET STRING OPTIONAL
|
H A D | ksmbd_spnego_negtokeninit.asn1 | 20 [2] OCTET STRING OPTIONAL ({ksmbd_neg_token_init_mech_token}), 22 [3] OCTET STRING OPTIONAL
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | tpm2key.asn1 | 9 pubkey OCTET STRING ({tpm2_key_pub}), 10 privkey OCTET STRING ({tpm2_key_priv})
|
/openbmc/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)>
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_akid.asn1 | 10 KeyIdentifier ::= OCTET STRING ({ x509_akid_note_kid }) 24 iPAddress [7] OCTET STRING,
|
H A D | pkcs7.asn1 | 104 SubjectKeyIdentifier ::= OCTET STRING ({ pkcs7_sig_note_skid }) 123 EncryptedDigest ::= OCTET STRING ({ pkcs7_sig_note_signature })
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | pci.c | 125 int octet; in ath5k_pci_eeprom_read_mac() local 129 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac() 133 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac() 134 mac_d[octet] = data >> 8; in ath5k_pci_eeprom_read_mac() 135 octet += 2; in ath5k_pci_eeprom_read_mac()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | usbif.h | 122 * 0 1 2 3 octet 131 * 0 1 octet 140 * 0 1 2 3 octet 178 * 0 1 2 3 octet 190 * 0 1 2 3 octet 199 * 0 1 2 3 octet 206 * 0 1 2 3 octet 213 * 0 1 2 3 octet 222 * 0 1 2 3 octet 234 * 0 1 2 3 octet
|
/openbmc/linux/include/xen/interface/io/ |
H A D | usbif.h | 123 * 0 1 2 3 octet 132 * 0 1 octet 141 * 0 1 2 3 octet 179 * 0 1 2 3 octet 191 * 0 1 2 3 octet 200 * 0 1 2 3 octet 207 * 0 1 2 3 octet 214 * 0 1 2 3 octet 223 * 0 1 2 3 octet 235 * 0 1 2 3 octet
|
/openbmc/phosphor-user-manager/docs/ |
H A D | README.md | 32 curl -c cjar -b cjar -k -H "Content-Type: application/octet-stream" 39 curl -c cjar -b cjar -k -H "Content-Type: application/octet-stream"
|
/openbmc/qemu/crypto/ |
H A D | der.h | 111 * Decode OCTET STRING from DER-encoded data, similar with der_decode_int. 122 * part of the decoded OCTET STRING will be returned. Otherwise, -1 is 238 * @src: the source data of the octet string. 240 * Encode a octet string into ctx.
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_upload_stability.robot | 62 ${headers}= Create Dictionary Content-Type=application/octet-stream 63 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/octet-stream
|