Searched refs:hbufp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/
H A Dnit.c291 unsigned hbufp, ibufp; local
309 hbufp = (((unsigned char *)&junk -> sa_data [0]) -
314 assemble_hw_header (interface, (unsigned char *)junk, &hbufp, hto);
324 junk -> sa_len = hbufp - 2; /* XXX */
330 ctl.maxlen = ctl.len = hbufp;
H A Dlpf.c347 unsigned hbufp = 0, ibufp = 0; local
362 assemble_hw_header (interface, (unsigned char *)hh, &hbufp, hto);
363 fudge = hbufp % 4; /* IP header must be word-aligned. */
364 memcpy (buf + fudge, (unsigned char *)hh, hbufp);
365 ibufp = hbufp + fudge;
H A Dupf.c254 unsigned hbufp = 0, ibufp = 0; local
269 assemble_hw_header (interface, (unsigned char *)hw, &hbufp, hto);
277 iov [0].iov_len = hbufp;
H A Dbpf.c412 unsigned hbufp = 0, ibufp = 0; local
426 assemble_hw_header (interface, (unsigned char *)hw, &hbufp, hto);
434 iov [0].iov_len = hbufp;

Completed in 104 milliseconds