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

/freebsd-10.1-release/lib/libstand/
H A Dbootp.h55 #define BOOTREPLY 2 macro
/freebsd-10.1-release/libexec/bootpd/
H A Dbootp.h69 #define BOOTREPLY 2 macro
H A Dbootpd.c569 case BOOTREPLY:
667 bp->bp_op = BOOTREPLY;
1002 * Process BOOTREPLY packet.
/freebsd-10.1-release/sbin/dhclient/
H A Ddhcp.h80 #define BOOTREPLY 2 macro
H A Ddhclient.c686 /* If it was a BOOTREPLY, we can just take the address right now. */
875 if (packet->raw->op != BOOTREPLY)
883 note("BOOTREPLY from %s rejected.", piaddr(ap->addr));
934 "DHCPOFFER" : "BOOTREPLY";
975 /* If this lease was acquired through a BOOTREPLY, record that
/freebsd-10.1-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c83 case BOOTREPLY:
110 else if (bp->bp_op == BOOTREPLY)
/freebsd-10.1-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c482 case BOOTREPLY:
610 * Process BOOTREPLY packet.

Completed in 221 milliseconds