Searched refs:haf (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 607 int len, haf; in handle_reply() local 645 haf = (int) bp->bp_htype; in handle_reply() 646 if (haf == 0) in handle_reply() 647 haf = HTYPE_ETHERNET; in handle_reply() 652 setarp(s, &dst, haf, ha, len); in handle_reply()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.c | 1016 int len, haf; in sendreply() local 1055 haf = (int) bp->bp_htype; in sendreply() 1056 if (haf == 0) in sendreply() 1057 haf = HTYPE_ETHERNET; in sendreply() 1063 setarp(s, &dst, haf, ha, len); in sendreply()
|