| /src/usr.sbin/bootp/common/ |
| lookup.h | 7 extern u_char *lookup_hwa(char *hostname, int htype);
|
| lookup.c | 35 lookup_hwa(char *hostname, int htype) 37 switch (htype) { 56 report(LOG_ERR, "no lookup for HW addr type %d", htype);
|
| 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...] |
| dumptab.c | 183 if (hp->flags.htype) { 184 int hlen = haddrlength(hp->htype); 185 fprintf(fp, "\\\n\t:ht=%u:", (unsigned) hp->htype);
|
| /src/sys/kern/ |
| subr_hash.c | 56 hash_list_size(enum hashtype htype) 64 switch (htype) { 90 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask) 107 esize = hash_list_size(htype); 113 switch (htype) { 143 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask) 145 const size_t esize = hash_list_size(htype);
|
| /src/external/mpl/dhcp/dist/server/ |
| bootp.c | 68 print_hw_addr (packet -> raw -> htype, 95 find_hosts_by_haddr(&hp, packet->raw->htype, 273 raw.htype = packet -> raw -> htype; 365 print_hw_addr (packet->raw->htype, 386 hto.hbuf [0] = packet -> raw -> htype; 404 print_hw_addr (packet->raw->htype,
|
| 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...] |
| dhcp.c | 130 (packet->raw->htype 131 ? print_hw_addr(packet->raw->htype, 142 (packet->raw->htype 143 ? print_hw_addr(packet->raw->htype, 221 packet -> raw -> htype) || 329 (packet -> raw -> htype 330 ? print_hw_addr (packet -> raw -> htype, 341 (packet -> raw -> htype 342 ? print_hw_addr (packet -> raw -> htype, 541 (packet -> raw -> htype [all...] |
| class.c | 209 print_hw_addr (packet -> raw -> htype,
|
| dhcpleasequery.c | 321 h.hbuf[0] = packet->raw->htype; 422 packet->raw->htype = lease->hardware_addr.hbuf[0];
|
| /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/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/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/libexec/ftpd/ |
| ftpcmd.y | 1753 const char *htype; 1756 htype = "SITE "; 1758 htype = ""; 1773 reply(0, "The following %scommands are recognized.", htype); 1812 reply(214, "Syntax: %s%s %s", htype, c->name, c->help); 1814 reply(504, "%s%-*s\t%s; not implemented.", htype, width,
|
| /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/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...] |
| /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...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.h | 154 uint8_t htype; /* hardware address type */ member in struct:bootp
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_wired.c | 59 u_int8_t htype; member in struct:dhcp_message
|
| /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/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/external/mpl/dhcp/dist/common/ |
| print.c | 176 char *print_hw_addr (htype, hlen, data) 177 const int htype; 262 log_debug ("op = %d htype = %d hlen = %d hops = %d", 263 tdp -> op, tdp -> htype, tdp -> hlen, tdp -> hops);
|
| /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 ())
|
| /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 ())
|