Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c82 case BOOTREPLY: in bootp_print()
109 else if (bp->bp_op == BOOTREPLY) in bootp_print()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h67 #define BOOTREPLY 2 macro
/netbsd/src/sys/lib/libsa/
Dbootp.h53 #define BOOTREPLY 2 macro
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c139 #define BOOTREPLY 2 macro
355 if (bootp->bp_op != BOOTREPLY) { in bootpcheck()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c535 case BOOTREPLY: in main()
636 bp->bp_op = BOOTREPLY; in handle_request()
DAnnounce.old11 "server address." Formerly, the 'siaddr' field of the BOOTREPLY was
DChanges65 before sending a BOOTREPLY to a client. Support for
/netbsd/src/usr.sbin/bootp/bootpgw/
Dbootpgw.c462 case BOOTREPLY: in main()
/netbsd/src/sys/arch/shark/ofw/
Dofw.c450 SANITY(bdp->dhcp_packet.op == BOOTREPLY, "bogus DHCP packet"); in get_fw_dhcp_data()