File: pmap_check.h

package info (click to toggle)
portmap 5-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 160 kB
  • ctags: 109
  • sloc: ansic: 1,048; makefile: 99; sh: 58
file content (18 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* @(#) pmap_check.h 1.4 96/07/06 23:06:22 */

extern int from_local();
extern void check_startup();
extern int check_default();
extern int check_setunset();
extern int check_privileged_port();
extern int check_callit();
extern int verboselog;
extern int allow_severity;
extern int deny_severity;

#ifdef LOOPBACK_SETUNSET
#define CHECK_SETUNSET	check_setunset
#else
#define CHECK_SETUNSET(xprt,ludp,ltcp,proc,prog,port) \
	check_setunset(svc_getcaller(xprt),proc,prog,port)
#endif