Lines Matching defs:opcode

475  * Cache entries we keep around so we can figure out the RX opcode
485 uint32_t opcode; /* RX opcode (host order) */
533 uint32_t opcode;
638 sport, &opcode)) {
642 fs_reply_print(ndo, bp, length, opcode);
645 cb_reply_print(ndo, bp, length, opcode);
648 prot_reply_print(ndo, bp, length, opcode);
651 vldb_reply_print(ndo, bp, length, opcode);
654 kauth_reply_print(ndo, bp, length, opcode);
657 vol_reply_print(ndo, bp, length, opcode);
660 bos_reply_print(ndo, bp, length, opcode);
703 rxent->opcode = GET_BE_U_4(bp + sizeof(struct rx_header));
715 const struct ip *ip, uint16_t sport, uint32_t *opcode)
739 *opcode = rxent->opcode;
1053 const u_char *bp, u_int length, uint32_t opcode)
1069 ND_PRINT(" fs reply %s", tok2str(fs_req, "op#%u", opcode));
1079 switch (opcode) {
1287 const u_char *bp, u_int length, uint32_t opcode)
1302 ND_PRINT(" cb reply %s", tok2str(cb_req, "op#%u", opcode));
1312 switch (opcode) {
1477 const u_char *bp, u_int length, uint32_t opcode)
1496 if (is_ubik(opcode)) {
1497 ubik_reply_print(ndo, bp, length, opcode);
1501 ND_PRINT(" reply %s", tok2str(pt_req, "op#%u", opcode));
1511 switch (opcode) {
1677 const u_char *bp, u_int length, uint32_t opcode)
1696 if (is_ubik(opcode)) {
1697 ubik_reply_print(ndo, bp, length, opcode);
1701 ND_PRINT(" reply %s", tok2str(vldb_req, "op#%u", opcode));
1711 switch (opcode) {
1952 const u_char *bp, u_int length, uint32_t opcode)
1969 if (is_ubik(opcode)) {
1970 ubik_reply_print(ndo, bp, length, opcode);
1974 ND_PRINT(" reply %s", tok2str(kauth_req, "op#%u", opcode));
2198 const u_char *bp, u_int length, uint32_t opcode)
2213 ND_PRINT(" vol reply %s", tok2str(vol_req, "op#%u", opcode));
2223 switch (opcode) {
2422 const u_char *bp, u_int length, uint32_t opcode)
2437 ND_PRINT(" bos reply %s", tok2str(bos_req, "op#%u", opcode));
2459 * Check to see if this is a Ubik opcode.
2463 is_ubik(uint32_t opcode)
2465 if ((opcode >= VOTE_LOW && opcode <= VOTE_HIGH) ||
2466 (opcode >= DISK_LOW && opcode <= DISK_HIGH))
2591 const u_char *bp, u_int length, uint32_t opcode)
2606 ND_PRINT(" ubik reply %s", tok2str(ubik_req, "op#%u", opcode));
2616 switch (opcode) {
2635 switch (opcode) {