Searched refs:bp_op (Results 1 – 8 of 8) sorted by relevance
71 switch (bp->bp_op) { in bootp_print()86 printf(" bootp-#%d", bp->bp_op); in bootp_print()104 if (bp->bp_op == BOOTREQUEST) in bootp_print()106 else if (bp->bp_op == BOOTREPLY) in bootp_print()
302 bp->bp_op = BOOTREQUEST; in main()
56 nd_uint8_t bp_op; /* packet opcode type */ member288 uint8_t bp_op, bp_htype, bp_hlen; in bootp_print() local292 bp_op = GET_U_1(bp->bp_op); in bootp_print()294 tok2str(bootp_op_values, "unknown (0x%02x)", bp_op)); in bootp_print()298 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN && bp_op == BOOTPREQUEST) { in bootp_print()
43 unsigned char bp_op; /* packet opcode type */ member
554 switch (bp->bp_op) { in main()658 bp->bp_op = BOOTREPLY; in handle_request()
27 unsigned char bp_op; /* packet opcode type */ member
152 bp->bp_op = BOOTREQUEST; in bootp()327 if (bp->bp_op == BOOTREPLY && in bootprecv()
467 switch (bp->bp_op) { in main()