tokkee.org
Code
projects
/
nagiosplug.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed SNMPv3 behaviour of check_ifoperstatus. Added -x to define privprotocol (#23434...
[nagiosplug.git]
/
lib
/
utils_tcp.h
1
/* Header file for utils_tcp */
2
3
int np_expect_match(char* status, char** server_expect, int server_expect_count,
4
int all, int exact_match, int verbose);