/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()
|
H A D | nemora_types.hpp | 30 std::uint8_t octet[MAC_ADDR_SIZE]; // network order member
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 60 snprintf(mac_str, sizeof(mac_str), MAC_FORMAT, mac.octet[0], mac.octet[1], in format_mac() 61 mac.octet[2], mac.octet[3], mac.octet[4], mac.octet[5]); in format_mac() 105 std::copy_n(ifr.ifr_addr.sa_data, sizeof(*mac), mac->octet); in get_mac_addr() 152 std::copy_n(mac.octet, 6, ifr.ifr_hwaddr.sa_data); in set_mac_addr() 177 std::copy_n(mac.octet, 6, ifr.ifr_hwaddr.sa_data); in set_mac_addr()
|
/openbmc/ipmitool/contrib/ |
H A D | exchange-bmc-os-info.init.redhat | 191 octet="([01]?[[:digit:]][[:digit:]]?|2[0-4][[:digit:]]|25[0-5])" 193 printf -- "%s" "${TMP_IPv4}"| grep -Eq "^${octet}\\.${octet}\\.${octet}\\.${octet}$"
|
H A D | bmc-snmp-proxy | 91 octet="([01]?[[:digit:]][[:digit:]]?|2[0-4][[:digit:]]|25[0-5])" 94 "^${octet}\\.${octet}\\.${octet}\\.${octet}$"
|
/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()
|
H A D | net_types.h | 39 uint8_t octet[MAC_ADDR_SIZE]; // network order member
|
H A D | ncsi_server.c | 102 memcpy(response->mac, mac->octet, MAC_ADDR_SIZE); in ncsi_build_oem_get_mac_ack()
|
H A D | ncsi_fsm.c | 231 memcpy(mac->octet, get_mac_response->mac, sizeof(mac_addr_t)); in ncsi_fsm_poll_l2_config() 328 mac_addr_t zero_mac = {.octet = {0,}}; in write_ncsi_oem_config_filter()
|
/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/net/wireless/ath/ath5k/ |
H 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()
|
/openbmc/linux/Documentation/netlabel/ |
H 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 …]
|
/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/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
|
/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/samples/pktgen/ |
H A D | functions.sh | 274 local octet=$[ IP6 ? 16 : 8 ] 292 idx=$[ octet*i ]
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_Qos.h | 76 u8 *octet; member
|
H 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()
|
/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. 214 [Documentation] Add fourth octet threshold IP and verify. 222 [Documentation] Add fourth octet lowest IP and verify. 230 [Documentation] Add third octet threshold IP and verify. 238 [Documentation] Add third octet lowest IP and verify. 246 [Documentation] Add second octet threshold IP and verify. 254 [Documentation] Add second octet lowest IP and verify. 262 [Documentation] Add first octet threshold IP and verify. 270 [Documentation] Add first octet lowest IP and verify. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx.conf | 24 default_type application/octet-stream;
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.c | 2572 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2573 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub() 2576 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub() 2577 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub() 2578 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub() 2581 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub() 2584 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub() 2587 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub() 2607 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
|
/openbmc/docs/ |
H A D | REDFISH-cheatsheet.md | 134 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <image fil… 143 …type=application/json" -F "UpdateFile=@<image file path>;type=application/octet-stream" https://${…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 990 + "application/octet-stream" 1033 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe… 1088 + "application/octet-stream" 1101 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe… 1122 + "application/octet-stream" 1153 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe… 1177 + "application/octet-stream" 1217 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe… 1272 + "application/octet-stream" 1285 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe… [all …]
|