Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c116 int arpmod = TRUE; /* modify the ARP table */ variable
230 arpmod = FALSE; in main()
637 if (arpmod) { in handle_reply()
/freebsd/libexec/bootpd/
H A Dbootpd.c135 int arpmod = TRUE; /* modify the ARP table */ variable
258 arpmod = FALSE; in main()
1059 if (arpmod) { in sendreply()