HomeSort by: relevance | last modified time | path
    Searched refs:BOOTREQUEST (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 54 #define BOOTREQUEST 1
bootp.c 154 bp->bp_op = BOOTREQUEST;
  /src/usr.sbin/bootp/common/
bootp.h 68 #define BOOTREQUEST 1
  /src/external/mpl/dhcp/dist/includes/
dhcp.h 70 #define BOOTREQUEST 1
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 76 case BOOTREQUEST:
107 if (bp->bp_op == BOOTREQUEST)
bootptest.c 300 bp->bp_op = BOOTREQUEST;
  /src/external/bsd/dhcpcd/dist/src/
dhcp.h 56 #define BOOTREQUEST 1
dhcp.c 849 bootp->op = BOOTREQUEST;
  /src/sys/nfs/
nfs_bootdhcp.c 138 #define BOOTREQUEST 1
608 bootp->bp_op = BOOTREQUEST;
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 115 its bootrequest packets are forwarded. */
460 case BOOTREQUEST:
496 * Process BOOTREQUEST packet.
  /src/external/mpl/dhcp/dist/server/
bootp.c 61 if (packet -> raw -> op != BOOTREQUEST)
67 snprintf (msgbuf, sizeof msgbuf, "BOOTREQUEST from %s via %s",
  /src/usr.sbin/bootp/bootpd/
bootpd.c 535 case BOOTREQUEST:
585 * Process BOOTREQUEST packet.
  /src/external/mpl/dhcp/dist/client/
dhclient.c 3530 client -> packet.op = BOOTREQUEST;
3604 client -> packet.op = BOOTREQUEST;
3679 client -> packet.op = BOOTREQUEST;
3741 client -> packet.op = BOOTREQUEST;

Completed in 33 milliseconds