Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dbootp.h55 #define BOOTREPLY 2 macro
/mirbsd/src/sbin/dhclient/
Ddhcp.h77 #define BOOTREPLY 2 macro
Doptions.c484 } else if (options_valid && packet->op == BOOTREPLY) { in do_packet()
/mirbsd/src/usr.sbin/dhcpd/
Ddhcp.h79 #define BOOTREPLY 2 macro
Dbootp.c274 raw.op = BOOTREPLY; in bootp()
Ddhcp.c547 raw.op = BOOTREPLY; in nak_lease()
1203 raw.op = BOOTREPLY; in dhcp_reply()
/mirbsd/src/usr.sbin/dhcrelay/
Ddhcp.h79 #define BOOTREPLY 2 macro
Ddhcrelay.c206 if (packet->op == BOOTREPLY) { in relay()