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

/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c619 int len, haf;
654 haf = (int) bp->bp_htype;
655 if (haf == 0)
656 haf = HTYPE_ETHERNET;
661 setarp(s, &bp->bp_yiaddr, haf, ha, len);
614 int len, haf; local
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c1028 int len, haf;
1067 haf = (int) bp->bp_htype;
1068 if (haf == 0)
1069 haf = HTYPE_ETHERNET;
1074 setarp(s, &dst, haf, ha, len);
1023 int len, haf; local

Completed in 72 milliseconds