Searched refs:BOOTREPLY (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h69 #define BOOTREPLY 2 macro
H A Dbootpd.c573 case BOOTREPLY:
676 bp->bp_op = BOOTREPLY;
1011 * Process BOOTREPLY packet.
/freebsd-12-stable/stand/libsa/
H A Dbootp.h57 #define BOOTREPLY 2 macro
H A Dbootp.c332 if (bp->bp_op == BOOTREPLY &&
/freebsd-12-stable/sbin/dhclient/
H A Ddhcp.h82 #define BOOTREPLY 2 macro
H A Ddhclient.c726 /* If it was a BOOTREPLY, we can just take the address right now. */
953 if (packet->raw->op != BOOTREPLY)
961 note("BOOTREPLY from %s rejected.", piaddr(ap->addr));
1012 "DHCPOFFER" : "BOOTREPLY";
1053 /* If this lease was acquired through a BOOTREPLY, record that
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c84 case BOOTREPLY:
111 else if (bp->bp_op == BOOTREPLY)
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c486 case BOOTREPLY:
616 * Process BOOTREPLY packet.

Completed in 178 milliseconds