Searched refs:htype (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/libexec/bootpd/
H A Dlookup.h6 extern u_char *lookup_hwa(char *hostname, int htype);
H A Dlookup.c37 lookup_hwa(hostname, htype)
39 int htype;
41 switch (htype) {
60 report(LOG_ERR, "no lookup for HW addr type %d", htype);
H A Dbootpd.h106 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
H A Dreadfile.c145 byte htype;
435 if (hp->flags.htype && hp->flags.haddr) {
438 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
441 netname(hp->htype),
442 haddrtoa(hp->haddr, haddrlength(hp->htype)));
901 if (hp->flags.htype == 0) {
902 hp->flags.htype = TRUE;
903 hp->htype = HTYPE_ETHERNET;
905 tmphaddr = prs_haddr(symbol, hp->htype);
908 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype));
144 byte htype; member in struct:htypename
[all...]
H A Ddumptab.c190 if (hp->flags.htype) {
191 int hlen = haddrlength(hp->htype);
192 fprintf(fp, "\\\n\t:ht=%u:", (unsigned) hp->htype);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddhcp.h42 u8 htype; member in struct:dhcp_data
61 u8 htype; member in struct:bootp_pkt
/freebsd-11-stable/sbin/dhclient/
H A Ddhcp.h60 u_int8_t htype; /* Hardware addr type (see net/if_types.h) */ member in struct:dhcp_packet
85 /* Possible values for hardware type (htype) field... */
H A Dparse.c166 hardware->htype = HTYPE_ETHER;
169 hardware->htype = HTYPE_IEEE802;
172 hardware->htype = HTYPE_FDDI;
H A Dpacket.c155 from->htype = ARPHRD_ETHER;
H A Ddhclient.c1633 client_ident[0] = ip->hw_address.htype;
1649 ip->client->packet.htype = ip->hw_address.htype;
1756 client_ident[0] = ip->hw_address.htype;
1772 ip->client->packet.htype = ip->hw_address.htype;
1856 ip->client->packet.htype = ip->hw_address.htype;
H A Ddhcpd.h115 u_int8_t htype; member in struct:hardware
H A Ddispatch.c116 iface->hw_address.htype = HTYPE_ETHER; /* XXX */
/freebsd-11-stable/sys/net/
H A Dif_spppfr.c134 unsigned short htype; /* hardware type = ARPHRD_FRELAY */ member in struct:arp_req
413 if ((ntohs (req->htype) != ARPHRD_FRELAY ||
414 ntohs (req->htype) != 16) || /* for BayNetworks routers */
419 ntohs (req->htype), ntohs (req->ptype));
498 reply->htype = htons (ARPHRD_FRELAY);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c99 uintptr_t htype; local
105 htype = (uintptr_t)arg;
116 if (htype == 1)
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c1115 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, argument
1149 *htype = HASH_AlgSHA1;
1171 *htype = HASH_AlgSHA256;
1178 *htype = HASH_AlgSHA512;
1185 *htype = HASH_AlgSHA1;
1205 *htype = HASH_AlgMD5;
1218 *htype = HASH_AlgSHA256;
1228 *htype = HASH_AlgSHA384;
1263 HASH_HashType htype = 0; local
1272 if(!nss_setup_key_digest(algo, &pubkey, &htype, ke
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Dds13rtc.c482 const char *htype;
488 device_get_unit(dev), "compatible", &htype) != 0)
496 if (strcmp(htype, cdata->ocd_str) == 0)
H A Dnxprtc.c702 const char *htype;
711 device_get_unit(dev), "compatible", &htype) == 0) {
713 if (strcmp(htype, cdata->ocd_str) == 0)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-atalk.c52 uint16_t htype, ptype; member in struct:aarp
228 if (EXTRACT_16BITS(&ap->htype) == 1 &&
245 ND_PRINT((ndo, "len %u op %u htype %u ptype %#x halen %u palen %u",
246 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype),
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c575 static void dtls1_set_handshake_header(SSL *s, int htype, unsigned long len) argument
578 dtls1_set_message_header(s, p, htype, len, 0, len);
H A Dt1_trce.c1090 unsigned char htype; local
1093 htype = msg[0];
1097 ssl_trace_str(htype, ssl_handshake_tbl), (int)hlen);
1114 switch (htype) {
H A Dssl_locl.h813 # define ssl_set_handshake_header(s, htype, len) \
814 s->method->ssl3_enc->set_handshake_header(s, htype, len)
1221 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len);
/freebsd-11-stable/sbin/restore/
H A Dtape.c1550 int htype; local
1557 htype = header->c_type;
1558 switch (htype) {
1642 } while (htype == TS_ADDR);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c61 u_int8_t htype; member in struct:dhcp_message
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_web.c1351 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) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c343 "FILS: HLP request DHCP: op=%u htype=%u hlen=%u hops=%u xid=0x%x",
344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops,

Completed in 277 milliseconds

12