Searched refs:BOOTREQUEST (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/lib/libsa/
H A Dbootp.h56 #define BOOTREQUEST 1 macro
H A Dbootp.c99 bp->bp_op = BOOTREQUEST;
/openbsd-current/usr.sbin/dhcrelay/
H A Ddhcp.h80 #define BOOTREQUEST 1 macro
H A Ddhcrelay.c403 log_info("ignoring BOOTREQUEST with hop count of %d",
420 log_info("ignoring BOOTREQUEST with invalid "
425 /* Otherwise, it's a BOOTREQUEST, so forward it to all the
429 log_debug("forwarded BOOTREQUEST for %s to %s",
881 case BOOTREQUEST:
894 log_debug("forwarded BOOTREQUEST for %s to %s",
901 log_debug("forwarded BOOTREQUEST for %s to %s",
/openbsd-current/usr.sbin/tcpdump/
H A Dbootp.h50 #define BOOTREQUEST 1 macro
H A Dprint-bootp.c61 case BOOTREQUEST:
124 if (bp->bp_op == BOOTREQUEST)
/openbsd-current/usr.sbin/vmd/
H A Ddhcp.h83 #define BOOTREQUEST 1 macro
H A Ddhcp.c91 if (req.op != BOOTREQUEST ||
/openbsd-current/usr.sbin/dhcpd/
H A Ddhcp.h76 #define BOOTREQUEST 1 macro
H A Dbootp.c77 if (packet->raw->op != BOOTREQUEST)
80 log_info("BOOTREQUEST from %s via %s%s",

Completed in 191 milliseconds