Home
last modified time | relevance | path

Searched refs:decode_hw_header (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sbin/dhclient/
H A Dpacket.c148 decode_hw_header(unsigned char *buf, int bufix, struct hardware *from) in decode_hw_header() function
H A Ddhcpd.h425 ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
H A Dbpf.c465 offset = decode_hw_header(interface->rbuf, in receive_packet()