| /src/usr.sbin/bootp/common/ |
| bootpd.h | 106 htype :1, member in struct:flag 183 htype, /* RFC826 says this should be 16-bits but 182 htype, \/* RFC826 says this should be 16-bits but member in struct:host
|
| readfile.c | 142 byte htype; 431 if (hp->flags.htype && hp->flags.haddr) { 434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); 437 netname(hp->htype), 438 haddrtoa(hp->haddr, haddrlength(hp->htype))); 891 if (hp->flags.htype == 0) { 892 hp->flags.htype = TRUE; 893 hp->htype = HTYPE_ETHERNET; 895 tmphaddr = prs_haddr(symbol, hp->htype); 898 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype)); 141 byte htype; member in struct:htypename [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-atalk.c | 54 nd_uint16_t htype, ptype; member in struct:aarp 242 if (GET_BE_U_2(ap->htype) == 1 && 259 ND_PRINT("len %u op %u htype %u ptype %#x halen %u palen %u", 260 length, GET_BE_U_2(ap->op), GET_BE_U_2(ap->htype),
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_wired.c | 59 u_int8_t htype; member in struct:dhcp_message
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_trce.c | 1427 unsigned char htype; local 1431 htype = msg[0]; 1435 ssl_trace_str(htype, ssl_handshake_tbl), (int)hlen); 1452 switch (htype) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_trce.c | 1406 unsigned char htype; local 1410 htype = msg[0]; 1414 ssl_trace_str(htype, ssl_handshake_tbl), (int)hlen); 1431 switch (htype) {
|
| /src/external/gpl2/mkhybrid/dist/ |
| tree.c | 1060 int htype = 0; local 1300 htype = get_hfs_rname(whole_path, short_name, rsrc_path); 1302 if (htype) { 1313 insert_file_entry(this_dir, rsrc_path, short_name, htype); 1373 s_entry->hfs_type = htype;
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_trce.c | 1613 unsigned char htype; local 1617 htype = msg[0]; 1621 ssl_trace_str(htype, ssl_handshake_tbl), (int)hlen); 1638 switch (htype) {
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_upnp_web.c | 1351 enum httpread_hdr_type htype = http_request_get_type(req); local 1365 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port)); 1367 switch (htype) {
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.h | 154 uint8_t htype; /* hardware address type */ member in struct:bootp
|
| /src/external/bsd/unbound/dist/validator/ |
| val_secalgo.c | 1238 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, 1272 *htype = HASH_AlgSHA1; 1294 *htype = HASH_AlgSHA256; 1301 *htype = HASH_AlgSHA512; 1308 *htype = HASH_AlgSHA1; 1328 *htype = HASH_AlgMD5; 1341 *htype = HASH_AlgSHA256; 1351 *htype = HASH_AlgSHA384; 1386 HASH_HashType htype = 0; local 1395 if(!nss_setup_key_digest(algo, &pubkey, &htype, key, keylen [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 2350 Type *htype = e->newtype->toBasetype (); local 2353 TypeStruct *stype = htype->isTypeStruct (); 2366 libcall_fn libcall = htype->isZeroInit () 2399 htype);
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcp.h | 51 u_int8_t htype; /* 1: Hardware addr type (net/if_types.h) */ member in struct:dhcp_packet 76 /* Possible values for hardware type (htype) field... */
|
| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 2781 * XXX: DHCPv6 gives a 16-bit field for the htype. DHCPv4 gives an 2792 * \param htype hardware type value to test 2798 htype_bounds_check(uint16_t htype) { 2801 if (htype & 0xFF00) { 2805 "limitation of 255.", htype); 2845 int htype; local 2851 htype = packet->haddr->hbuf[0]; 2854 " type: %d, len: %d", htype, hlen); 2855 found = find_hosts_by_haddr (hp, htype, 2892 htype = getUShort(rel_addr.data) 2918 int htype, hlen; local [all...] |
| /src/sys/fs/nfs/common/ |
| bootp_subr.c | 122 u_int8_t htype; member in struct:bootp_packet 1272 ifctx->call.htype = 1; /* 10mb ethernet */
|
| /src/external/bsd/wpa/dist/src/common/ |
| dhcp.h | 26 u8 htype; member in struct:dhcp_data 45 u8 htype; member in struct:bootp_pkt
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.cc | 430 Histable::Type htype; local 494 htype = obj->get_type (); 499 htype, 0, Hist_data::SELF, obj); 518 htype = obj->get_type (); 529 if (htype != Histable::DOBJECT) 545 && htype == Histable::DOBJECT) 589 if (htype != Histable::DOBJECT) 612 if (htype == Histable::INSTR && dbeSession->is_datamode_available ())
|
| Dbe.cc | 6156 Histable::Type htype = current_obj->get_type (); local 6157 if (htype == Histable::LOADOBJECT) 6200 if (htype == Histable::INSTR && dbeSession->is_datamode_available ())
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.cc | 430 Histable::Type htype; local 494 htype = obj->get_type (); 499 htype, 0, Hist_data::SELF, obj); 518 htype = obj->get_type (); 529 if (htype != Histable::DOBJECT) 545 && htype == Histable::DOBJECT) 589 if (htype != Histable::DOBJECT) 612 if (htype == Histable::INSTR && dbeSession->is_datamode_available ())
|
| Dbe.cc | 6156 Histable::Type htype = current_obj->get_type (); local 6157 if (htype == Histable::LOADOBJECT) 6200 if (htype == Histable::INSTR && dbeSession->is_datamode_available ())
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ubsan.cc | 1325 tree htype = TREE_TYPE (str_hash); local 1326 tree cst = wide_int_to_tree (htype, 1329 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1333 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR, 1338 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR, 1343 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1347 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1351 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR, 1356 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR, 1360 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR [all...] |
| builtins.cc | 5253 tree wtype, htype; 5256 htype = type; 5264 if (TREE_CODE (htype) == ARRAY_TYPE 5265 || POINTER_TYPE_P (htype)) 5268 htype = TREE_TYPE (htype); 5271 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype)) 5252 tree wtype, htype; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ubsan.cc | 1254 tree htype = TREE_TYPE (str_hash); local 1255 tree cst = wide_int_to_tree (htype, 1258 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1262 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR, 1267 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR, 1272 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1276 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR, 1280 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR, 1285 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR, 1289 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR [all...] |
| builtins.cc | 4791 tree wtype, htype; 4794 htype = type; 4802 if (TREE_CODE (htype) == ARRAY_TYPE 4803 || POINTER_TYPE_P (htype)) 4806 htype = TREE_TYPE (htype); 4809 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype)) 4790 tree wtype, htype; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 2396 struct neon_typed_alias htype; local 2413 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype); 2419 if (! neon_alias_types_same (&htype, &firsttype))
|