Searched refs:RCODE (Results 1 – 4 of 4) sorted by relevance
250 #define RCODE(x) ((x) & NAME_RCODE_MASK) macro251 #define POSITIVE_RESPONSE(x) (RCODE(x) == 0)252 #define NEGATIVE_RESPONSE(x) (RCODE(x) != 0)
375 if (RCODE(info) == RCODE_CFT_ERR) { in smb_netbios_process_response()377 rc = -RCODE(info); in smb_netbios_process_response()404 rc = -RCODE(info); in smb_netbios_process_response()
55 #define RCODE(x) (((x)>>8)&0377) macro
3045 if ((ret = RCODE(rc)) != 0) in logit()