Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/bootpd/
HDbootp.h67 #define BOOTREPLY 2 macro
HDbootpd.c561 case BOOTREPLY:
662 bp->bp_op = BOOTREPLY; in handle_request()
HDChanges113 before sending a BOOTREPLY to a client. Support for
/freebsd-13-stable/stand/libsa/
HDbootp.h55 #define BOOTREPLY 2 macro
HDbootp.c330 if (bp->bp_op == BOOTREPLY && in bootprecv()
/freebsd-13-stable/libexec/bootpd/tools/bootptest/
HDprint-bootp.c82 case BOOTREPLY:
109 else if (bp->bp_op == BOOTREPLY)
/freebsd-13-stable/sbin/dhclient/
HDdhcp.h81 #define BOOTREPLY 2 macro
HDdhclient.c975 if (packet->raw->op != BOOTREPLY) in bootp()
/freebsd-13-stable/libexec/bootpd/bootpgw/
HDbootpgw.c474 case BOOTREPLY: