utils_tcp.h 255 B

12345678
  1. /* Header file for utils_tcp */
  2. #define NP_MATCH_ALL 0x1
  3. #define NP_MATCH_EXACT 0x2
  4. #define NP_MATCH_VERBOSE 0x4
  5. int np_expect_match(char* status, char** server_expect, int server_expect_count,
  6. int flags);