File: tcpwrapper.h

package info (click to toggle)
nfs-utils 1%3A1.2.8-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,520 kB
  • ctags: 4,124
  • sloc: ansic: 36,748; sh: 12,042; python: 1,002; makefile: 724
file content (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TCP_WRAPPER_H
#define TCP_WRAPPER_H

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

extern int from_local(const struct sockaddr *sap);
extern int check_default(char *name, struct sockaddr *sap,
			const unsigned long program);

#endif /* TCP_WRAPPER_H */