Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp61 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/google-misc/subprojects/nemora-postd/src/
H A Dnemora.cpp43 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 Dnemora_types.hpp30 std::uint8_t octet[MAC_ADDR_SIZE]; // network order member
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c88 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 Dnet_types.h39 uint8_t octet[MAC_ADDR_SIZE]; // network order member
H A Dncsi_server.c102 memcpy(response->mac, mac->octet, MAC_ADDR_SIZE); in ncsi_build_oem_get_mac_ack()
/openbmc/ipmitool/contrib/
H A Dexchange-bmc-os-info.init.redhat191 octet="([01]?[[:digit:]][[:digit:]]?|2[0-4][[:digit:]]|25[0-5])"
193 printf -- "%s" "${TMP_IPv4}"| grep -Eq "^${octet}\\.${octet}\\.${octet}\\.${octet}$"
H A Dbmc-snmp-proxy91 octet="([01]?[[:digit:]][[:digit:]]?|2[0-4][[:digit:]]|25[0-5])"
94 "^${octet}\\.${octet}\\.${octet}\\.${octet}$"
/openbmc/google-misc/subprojects/ncsid/test/
H A Dncsi_test.cpp153 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 Dpci.c125 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/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt88 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 …]
/openbmc/phosphor-user-manager/docs/
H A DREADME.md32 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/linux/Documentation/networking/
H A Dplip.rst200 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/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot62 ${headers}= Create Dictionary Content-Type=application/octet-stream
63 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/octet-stream
/openbmc/linux/samples/pktgen/
H A Dfunctions.sh274 local octet=$[ IP6 ? 16 : 8 ]
292 idx=$[ octet*i ]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot30 # 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/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c289 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/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h76 u8 *octet; member
H A Dieee80211_softmac.c1067 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/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf24 default_type application/octet-stream;
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c29 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 Dbase.c2578 if (memcmp(vendor_ie.octet, athcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
2579 memcmp(vendor_ie.octet, athcap_2, 3) == 0) { in rtl_chk_vendor_ouisub()
2582 } else if (memcmp(vendor_ie.octet, broadcap_1, 3) == 0 || in rtl_chk_vendor_ouisub()
2583 memcmp(vendor_ie.octet, broadcap_2, 3) == 0 || in rtl_chk_vendor_ouisub()
2584 memcmp(vendor_ie.octet, broadcap_3, 3) == 0) { in rtl_chk_vendor_ouisub()
2587 } else if (memcmp(vendor_ie.octet, racap, 3) == 0) { in rtl_chk_vendor_ouisub()
2590 } else if (memcmp(vendor_ie.octet, ciscocap, 3) == 0) { in rtl_chk_vendor_ouisub()
2593 } else if (memcmp(vendor_ie.octet, marvcap, 3) == 0) { in rtl_chk_vendor_ouisub()
2613 vendor_ie.octet = &pos[2]; in rtl_find_221_ie()
/openbmc/docs/
H A DREDFISH-cheatsheet.md134 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://${…
H A Drest-api.md269 "application/octet-stream".
274 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <file_to…
282 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X PUT -T foo https:/…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch977octet-stream"], "Accept-Encoding": ["gzip, deflate"], "Connection": ["keep-alive"], "User-Agent": …
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…
1165octet-stream"], "Accept-Encoding": ["gzip, deflate"], "Connection": ["keep-alive"], "User-Agent": …
1177 + "application/octet-stream"
1217 …3Dgithub3.py-0.7.1-py2.py3-none-any.whl&response-content-type=application/octet-stream&AWSAccessKe…
[all …]

12