Searched refs:htype (Results 1 - 20 of 20) sorted by path

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c1839 struct neon_typed_alias htype;
1856 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
1862 if (!neon_alias_types_same (&htype, &firsttype))
1837 struct neon_typed_alias htype; local
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y1751 char *htype;
1754 htype = "SITE ";
1756 htype = "";
1771 reply(0, "The following %scommands are recognized.", htype);
1810 reply(214, "Syntax: %s%s %s", htype, c->name, c->help);
1812 reply(504, "%s%-*s\t%s; not implemented.", htype, width,
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-atalk.c59 u_int16_t htype, ptype; member in struct:aarp
202 if (EXTRACT_16BITS(&ap->htype) == 1 &&
222 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
223 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype),
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c69 u_int8_t htype; member in struct:dhcp_message
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_web.c1201 enum httpread_hdr_type htype = http_request_get_type(req); local
1215 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port));
1217 switch (htype) {
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c684 dummyhost.htype = bp->bp_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 Ddumptab.c190 if (hp->flags.htype) {
191 int hlen = haddrlength(hp->htype);
192 fprintf(fp, "\\\n\t:ht=%u:", (unsigned) hp->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 Dlookup.h6 extern u_char *lookup_hwa(char *hostname, int htype);
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...]
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c1560 client_ident[0] = ip->hw_address.htype;
1576 ip->client->packet.htype = ip->hw_address.htype;
1684 client_ident[0] = ip->hw_address.htype;
1700 ip->client->packet.htype = ip->hw_address.htype;
1784 ip->client->packet.htype = ip->hw_address.htype;
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 Ddhcpd.h115 u_int8_t htype; member in struct:hardware
H A Ddispatch.c98 iface->hw_address.htype = HTYPE_ETHER; /* XXX */
H A Dpacket.c174 from->htype = ARPHRD_ETHER;
H A Dparse.c163 hardware->htype = HTYPE_ETHER;
166 hardware->htype = HTYPE_IEEE802;
169 hardware->htype = HTYPE_FDDI;
/freebsd-9.3-release/sbin/restore/
H A Dtape.c1519 int htype; local
1526 htype = header->c_type;
1527 switch (htype) {
1611 } while (htype == TS_ADDR);
/freebsd-9.3-release/sys/net/
H A Dif_spppfr.c139 unsigned short htype; /* hardware type = ARPHRD_FRELAY */ member in struct:arp_req
438 if ((ntohs (req->htype) != ARPHRD_FRELAY ||
439 ntohs (req->htype) != 16) || /* for BayNetworks routers */
444 ntohs (req->htype), ntohs (req->ptype));
523 reply->htype = htons (ARPHRD_FRELAY);
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c95 u_int8_t htype; member in struct:bootp_packet
1304 ifctx->call.htype = 1; /* 10mb ethernet */

Completed in 221 milliseconds