Symbol: hardware
sbin/dhclient/bpf.c
398
size_t len, struct sockaddr_in *from, struct hardware *hfrom)
sbin/dhclient/dhcpd.h
113
struct hardware *haddr;
sbin/dhclient/dhcpd.h
201
struct hardware hw_address;
sbin/dhclient/dhcpd.h
263
int, unsigned int, struct iaddr, struct hardware *);
sbin/dhclient/dhcpd.h
289
void parse_hardware_param(FILE *, struct hardware *);
sbin/dhclient/dhcpd.h
313
struct sockaddr_in *, struct hardware *);
sbin/dhclient/dhcpd.h
317
struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
sbin/dhclient/dhcpd.h
425
ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
sbin/dhclient/dispatch.c
260
struct hardware hfrom;
sbin/dhclient/dispatch.c
68
struct iaddr, struct hardware *);
sbin/dhclient/options.c
870
int len, unsigned int from_port, struct iaddr from, struct hardware *hfrom)
sbin/dhclient/packet.c
151
decode_hw_header(unsigned char *buf, int bufix, struct hardware *from)
sbin/dhclient/parse.c
158
parse_hardware_param(FILE *cfile, struct hardware *hardware)
sbin/dhclient/parse.c
168
hardware->htype = HTYPE_ETHER;
sbin/dhclient/parse.c
171
hardware->htype = HTYPE_IEEE802;
sbin/dhclient/parse.c
174
hardware->htype = HTYPE_FDDI;
sbin/dhclient/parse.c
195
if (hlen > sizeof(hardware->haddr)) {
sbin/dhclient/parse.c
199
hardware->hlen = hlen;
sbin/dhclient/parse.c
200
memcpy((unsigned char *)&hardware->haddr[0], t,
sbin/dhclient/parse.c
201
hardware->hlen);
sbin/dhclient/parse.c
202
if (hlen < sizeof(hardware->haddr))
sbin/dhclient/parse.c
203
memset(&hardware->haddr[hlen], 0,
sbin/dhclient/parse.c
204
sizeof(hardware->haddr) - hlen);
sys/kern/kern_tc.c
1550
SYSCTL_PROC(_kern_timecounter, OID_AUTO, hardware,
tools/tools/ath/athstats/athstats.c
584
case S_FATAL: STAT(hardware);
tools/tools/ath/athstats/athstats.c
836
case S_FATAL: STAT(hardware);