/freebsd/lib/libc/net/ |
H A D | ether_addr.c | 75 e->octet[i] = o[i]; in ether_line() 94 e->octet[0]=o0; in ether_aton_r() 95 e->octet[1]=o1; in ether_aton_r() 96 e->octet[2]=o2; in ether_aton_r() 97 e->octet[3]=o3; in ether_aton_r() 98 e->octet[4]=o4; in ether_aton_r() 99 e->octet[5]=o5; in ether_aton_r() 119 i = sprintf(a, "%02x:%02x:%02x:%02x:%02x:%02x", n->octet[0], in ether_ntoa_r() 120 n->octet[1], n->octet[2], n->octet[3], n->octet[4], n->octet[5]); in ether_ntoa_r() 171 if (!bcmp((char *)&local_ether.octet[0], in ether_ntohost() [all …]
|
H A D | eui64.c | 183 e->octet[0]=o0; in eui64_aton() 184 e->octet[1]=o1; in eui64_aton() 185 e->octet[2]=o2; in eui64_aton() 186 e->octet[3]=o3; in eui64_aton() 187 e->octet[4]=o4; in eui64_aton() 188 e->octet[5]=o5; in eui64_aton() 189 e->octet[6]=o6; in eui64_aton() 190 e->octet[7]=o7; in eui64_aton() 204 id->octet[0], id->octet[1], id->octet[2], id->octet[3], in eui64_ntoa() 205 id->octet[4], id->octet[5], id->octet[6], id->octet[7]); in eui64_ntoa() [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_ftp.c | 335 u_int8_t octet; in ParseFtpPortCommand() local 346 addr = port = octet = 0; in ParseFtpPortCommand() 363 octet = ch - '0'; in ParseFtpPortCommand() 373 octet = 10 * octet + ch - '0'; in ParseFtpPortCommand() 375 addr = (addr << 8) + octet; in ParseFtpPortCommand() 383 octet = 10 * octet + ch - '0'; in ParseFtpPortCommand() 385 port = (port << 8) + octet; in ParseFtpPortCommand() 408 u_int8_t octet; in ParseFtpEprtCommand() local 419 addr = port = octet = 0; in ParseFtpEprtCommand() 448 octet = ch - '0'; in ParseFtpEprtCommand() [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-X942-ASN1.pod | 35 =item "secret" (B<OSSL_KDF_PARAM_SECRET>) <octet string> 39 =item "acvp-info" (B<OSSL_KDF_PARAM_X942_ACVPINFO>) <octet string> 42 testing. It is an optional octet string containing a combined DER encoded blob 47 =item "partyu-info" (B<OSSL_KDF_PARAM_X942_PARTYUINFO>) <octet string> 49 An optional octet string containing public info contributed by the initiator. 51 =item "ukm" (B<OSSL_KDF_PARAM_UKM>) <octet string> 56 =item "partyv-info" (B<OSSL_KDF_PARAM_X942_PARTYVINFO>) <octet string> 58 An optional octet string containing public info contributed by the responder. 60 =item "supp-pubinfo" (B<OSSL_KDF_PARAM_X942_SUPP_PUBINFO>) <octet string> 62 An optional octet string containing some additional, mutually-known public [all …]
|
H A D | provider-kdf.pod | 160 =item "key" (B<OSSL_KDF_PARAM_KEY>) <octet string> 164 =item "secret" (B<OSSL_KDF_PARAM_SECRET>) <octet string> 168 =item "pass" (B<OSSL_KDF_PARAM_PASSWORD>) <octet string> 181 =item "maclen" (B<OSSL_KDF_PARAM_MAC_SIZE>) <octet string> 216 =item "ukm" (B<OSSL_KDF_PARAM_UKM>) <octet string> 242 =item "prefix" (B<OSSL_KDF_PARAM_PREFIX>) <octet string> 247 =item "label" (B<OSSL_KDF_PARAM_LABEL>) <octet string> 252 =item "data" (B<OSSL_KDF_PARAM_DATA>) <octet string> 257 =item "info" (B<OSSL_KDF_PARAM_INFO>) <octet string> 261 =item "seed" (B<OSSL_KDF_PARAM_SEED>) <octet string> [all …]
|
H A D | EVP_KDF-TLS13_KDF.pod | 32 =item "key" (B<OSSL_KDF_PARAM_KEY>) <octet string> 34 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string> 38 =item "prefix" (B<OSSL_KDF_PARAM_PREFIX>) <octet string> 44 =item "label" (B<OSSL_KDF_PARAM_LABEL>) <octet string> 49 =item "data" (B<OSSL_KDF_PARAM_DATA>) <octet string>
|
H A D | EVP_MAC-BLAKE2.pod | 40 =item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string> 47 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string> 53 =item "salt" (B<OSSL_MAC_PARAM_SALT>) <octet string>
|
H A D | provider-object.pod | 32 This means that the I<object data> is passed as an octet string or an UTF8 48 reference> is passed instead. It's an octet string that only the correct 97 =item "data" (B<OSSL_OBJECT_PARAM_DATA>) <octet string> or <UTF8 string> 101 =item "reference" (B<OSSL_OBJECT_PARAM_REFERENCE>) <octet string> 128 object type can only be I<passed by value>, and should be an octet string. 137 only be I<passed by value>, and should be an octet string.
|
H A D | EVP_PKEY-X25519.pod | 33 =item "pub" (B<OSSL_PKEY_PARAM_PUB_KEY>) <octet string> 37 =item "priv" (B<OSSL_PKEY_PARAM_PRIV_KEY>) <octet string> 41 =item "encoded-pub-key" (B<OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY>) <octet string>
|
H A D | EVP_KDF-KB.pod | 42 =item "key" (B<OSSL_KDF_PARAM_KEY>) <octet string> 44 =item "salt" (B<OSSL_KDF_PARAM_SALT>) <octet string> 46 =item "info (B<OSSL_KDF_PARAM_INFO>) <octet string> 48 =item "seed" (B<OSSL_KDF_PARAM_SEED>) <octet string>
|
H A D | provider-storemgmt.pod | 132 =item "subject" (B<OSSL_STORE_PARAM_SUBJECT>) <octet string> 138 The contents of the octet string is expected to be in DER form. 140 =item "issuer" (B<OSSL_STORE_PARAM_ISSUER>) <octet string> 146 The contents of the octet string is expected to be in DER form. 155 =item "fingerprint" (B<OSSL_STORE_PARAM_FINGERPRINT>) <octet string>
|
/freebsd/tools/regression/ethernet/ethermulti/ |
H A D | ethermulti.c | 128 ea.octet[0] = 0x01; in test_ether_multi() 129 ea.octet[1] = 0x80; in test_ether_multi() 130 ea.octet[2] = ((mac4 >> 24 & 0xFF)); in test_ether_multi() 131 ea.octet[3] = ((mac4 >> 16 & 0xFF)); in test_ether_multi() 132 ea.octet[4] = ((mac4 >> 8 & 0xFF)); in test_ether_multi() 133 ea.octet[5] = (mac4 & 0xFF); in test_ether_multi()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pascal | 22 #!:mime application/octet-stream 28 #!:mime application/octet-stream 33 #!:mime application/octet-stream 38 #!:mime application/octet-stream
|
H A D | microfocus | 13 !:mime application/octet-stream 17 !:mime application/octet-stream 21 !:mime application/octet-stream
|
H A D | wordprocessors | 47 #!:mime application/octet-stream 62 #!:mime application/octet-stream 68 #!:mime application/octet-stream 75 #!:mime application/octet-stream 81 #!:mime application/octet-stream 98 #!:mime application/octet-stream 107 #!:mime application/octet-stream 112 #!:mime application/octet-stream 119 #!:mime application/octet-stream 131 #!:mime application/octet-stream [all …]
|
H A D | maple | 14 #!:mime application/octet-stream 22 #!:mime application/octet-stream 28 #!:mime application/octet-stream 61 #!:mime application/octet-stream
|
H A D | mcrypt | 12 #!:mime application/octet-stream 22 #!:mime application/octet-stream
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_utils.c | 55 if (ea == NULL || ETHER_IS_MULTICAST(ea->octet) || in net_parsemac() 56 memcmp(ea->octet, zero_addr, ETHER_ADDR_LEN) == 0) { in net_parsemac() 60 memcpy(mac_addr, ea->octet, ETHER_ADDR_LEN); in net_parsemac()
|
H A D | pci_e82545.c | 385 sc->eeprom_data[NVM_MAC_ADDR] = ((uint16_t)sc->esc_mac.octet[0]) | in e82545_init_eeprom() 386 (((uint16_t)sc->esc_mac.octet[1]) << 8); in e82545_init_eeprom() 387 sc->eeprom_data[NVM_MAC_ADDR+1] = ((uint16_t)sc->esc_mac.octet[2]) | in e82545_init_eeprom() 388 (((uint16_t)sc->esc_mac.octet[3]) << 8); in e82545_init_eeprom() 389 sc->eeprom_data[NVM_MAC_ADDR+2] = ((uint16_t)sc->esc_mac.octet[4]) | in e82545_init_eeprom() 390 (((uint16_t)sc->esc_mac.octet[5]) << 8); in e82545_init_eeprom() 1581 eu->eu_eth.octet[5] = wval >> 8; in e82545_write_ra() 1582 eu->eu_eth.octet[4] = wval; in e82545_write_ra() 1585 eu->eu_eth.octet[3] = wval >> 24; in e82545_write_ra() 1586 eu->eu_eth.octet[2] = wval >> 16; in e82545_write_ra() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_POINT_new.pod | 172 representations. The octet form is the binary encoding of the B<ECPoint> 175 not included. B<BIGNUM> form is the octet form interpreted as a big endian 176 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet 182 and to EC_POINTs for the formats: octet, BIGNUM and hexadecimal respectively. 185 octet string into the buffer B<buf> of size B<len>, using the specified 190 the octet string contained in the given buffer B<buf> of size B<len>, conforming 200 Notice that, according to the standard, the octet string encoding of the point 201 at infinity for a given curve is fixed to a single octet of value zero and that, 202 vice versa, a single octet of size zero is decoded as the point at infinity. 205 store the octet form. The return value provides the number of octets stored. [all …]
|
H A D | PKCS7_get_octet_string.pod | 5 PKCS7_get_octet_string - return octet string from a PKCS#7 envelopedData structure 15 PKCS7_get_octet_string() returns a pointer to an ASN1 octet string from a
|
/freebsd/sys/net/ |
H A D | debugnet.c | 113 return (pcb->dp_gw_mac.octet); in debugnet_get_gw_mac() 172 memcpy(eh->ether_dhost, dst.octet, ETHER_ADDR_LEN); in debugnet_ether_output() 936 unsigned octet; in dn_parse_optarg_ipv4() local 940 for (octet = 0; octet < 4; octet++) { in dn_parse_optarg_ipv4() 944 __func__, opt->printname, octet, t); in dn_parse_optarg_ipv4() 955 opt->printname, octet, (intmax_t)db_tok_number); in dn_parse_optarg_ipv4() 962 if (octet < 3) { in dn_parse_optarg_ipv4() 966 " %d\n", __func__, opt->printname, octet, in dn_parse_optarg_ipv4()
|
H A D | if_llatbl.c | 1071 uint8_t octet[6]; in llatbl_lle_show() local 1090 bcopy(lle->ll_addr, octet, sizeof(octet)); in llatbl_lle_show() 1092 octet[0], octet[1], octet[2], octet[3], octet[4], octet[5]); in llatbl_lle_show()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_pkex.c | 593 u8 octet; in dpp_pkex_build_commit_reveal_req() local 660 octet = 0; in dpp_pkex_build_commit_reveal_req() 661 addr[1] = &octet; in dpp_pkex_build_commit_reveal_req() 662 len[1] = sizeof(octet); in dpp_pkex_build_commit_reveal_req() 913 u8 octet; in dpp_pkex_build_commit_reveal_resp() local 981 octet = 1; in dpp_pkex_build_commit_reveal_resp() 982 addr[1] = &octet; in dpp_pkex_build_commit_reveal_resp() 983 len[1] = sizeof(octet); in dpp_pkex_build_commit_reveal_resp() 1031 u8 octet; in dpp_pkex_rx_commit_reveal_req() local 1068 octet = 0; in dpp_pkex_rx_commit_reveal_req() [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.sita | 66 - Packet direction (in/out) (1 octet) 67 - Link layer hardware signal status (1 octet) 69 - Encapsulated WAN protocol ID (1 octet)
|