Home
last modified time | relevance | path

Searched refs:haf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c611 int len, haf; in handle_reply() local
646 haf = (int) bp->bp_htype; in handle_reply()
647 if (haf == 0) in handle_reply()
648 haf = HTYPE_ETHERNET; in handle_reply()
653 setarp(s, &bp->bp_yiaddr, haf, ha, len); in handle_reply()
/dragonfly/libexec/bootpd/
H A Dbootpd.c1013 int len, haf; in sendreply() local
1052 haf = (int) bp->bp_htype; in sendreply()
1053 if (haf == 0) in sendreply()
1054 haf = HTYPE_ETHERNET; in sendreply()
1059 setarp(s, &dst, haf, ha, len); in sendreply()