repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://tonvoon@nagiosplug.git.sourceforge.net/gitroot/nagiosp...
[monitoring-plugins.git]
/
lib
/
utils_tcp.h
blob
b0eb8beefa180a09a52283106e9298f39a887c8f
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
);