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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h69 #define BOOTREPLY 2 macro
H A Dbootpd.c569 case BOOTREPLY:
671 bp->bp_op = BOOTREPLY;
1006 * Process BOOTREPLY packet.
/freebsd-11-stable/stand/libsa/
H A Dbootp.h57 #define BOOTREPLY 2 macro
H A Dbootp.c332 if (bp->bp_op == BOOTREPLY &&
/freebsd-11-stable/sbin/dhclient/
H A Ddhcp.h80 #define BOOTREPLY 2 macro
H A Ddhclient.c692 /* If it was a BOOTREPLY, we can just take the address right now. */
928 if (packet->raw->op != BOOTREPLY)
936 note("BOOTREPLY from %s rejected.", piaddr(ap->addr));
987 "DHCPOFFER" : "BOOTREPLY";
1028 /* If this lease was acquired through a BOOTREPLY, record that
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c83 case BOOTREPLY:
110 else if (bp->bp_op == BOOTREPLY)
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c482 case BOOTREPLY:
610 * Process BOOTREPLY packet.

Completed in 127 milliseconds