Searched refs:NDR_DIR_IN (Results 1 – 2 of 2) sorted by relevance
293 #define NDR_DIR_IN 0x10 /* data moving from caller to callee */ macro296 #define NDR_MODE_CALL_SEND (NDR_M_OP_MARSHALL + NDR_DIR_IN)297 #define NDR_MODE_CALL_RECV (NDR_M_OP_UNMARSHALL + NDR_DIR_IN)358 #define NDR_DIR_IS_IN (encl_ref->stream->dir == NDR_DIR_IN)
458 case NDR_DIR_IN: dir_c = 'I'; break; in ndo_fmt()