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

  /src/sys/lib/libsa/
bootp.h 25 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
bootp.c 154 bp->bp_op = BOOTREQUEST;
  /src/usr.sbin/bootp/common/
bootp.h 43 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 74 switch (bp->bp_op) {
89 printf(" bootp-#%d", bp->bp_op);
107 if (bp->bp_op == BOOTREQUEST)
109 else if (bp->bp_op == BOOTREPLY)
bootptest.c 300 bp->bp_op = BOOTREQUEST;
  /src/sys/nfs/
nfs_bootdhcp.c 112 u_int8_t bp_op; /* packet opcode type */ member in struct:bootp
355 if (bootp->bp_op != BOOTREPLY) {
356 DPRINTF(("bootpcheck: op %d is not reply\n", bootp->bp_op));
608 bootp->bp_op = BOOTREQUEST;
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 459 switch (bp->bp_op) {
  /src/usr.sbin/bootp/bootpd/
bootpd.c 534 switch (bp->bp_op) {
641 bp->bp_op = BOOTREPLY;

Completed in 15 milliseconds