Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcpd/
H A Dbootp.c242 if (!packet->options_valid && !subnet->group->always_reply_rfc1048 && in bootp()
243 (!hp || !hp->group->always_reply_rfc1048)) { in bootp()
H A Ddhcpd.h201 int always_reply_rfc1048; member
H A Dconfpars.c323 group->always_reply_rfc1048 = parse_boolean(cfile); in parse_statement()