Home
last modified time | relevance | path

Searched refs:allow_bootp (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/dhcpd/
Dbootp.c124 if (host && (!host->group->allow_bootp)) { in bootp()
150 if (!host && !(s->group->allow_bootp)) { in bootp()
228 if (hp && (!hp->group->allow_bootp)) { in bootp()
Ddhcpd.h195 int allow_bootp; member
Dconfpars.c85 root_group.allow_bootp = 1; in readconf()
464 group->allow_bootp = flag; in parse_allow_deny()