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

  /src/sys/lib/libsa/
bootp.h 25 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 43 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
  /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;

Completed in 13 milliseconds