Home
last modified time | relevance | path

Searched defs:bufix (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sbin/dhclient/
H A Dpacket.c89 assemble_hw_header(unsigned char *buf, int *bufix, struct hardware *to) in assemble_hw_header()
110 assemble_udp_ip_header(unsigned char *buf, int *bufix, u_int32_t from, in assemble_udp_ip_header()
147 decode_hw_header(unsigned char *buf, int bufix, struct hardware *from) in decode_hw_header()
161 decode_udp_ip_header(unsigned char *buf, int bufix, struct sockaddr_in *from, in decode_udp_ip_header()
H A Doptions.c153 int ix, incr, length, bufix, code, lastopt = -1; in cons_options() local