Go to the documentation of this file. 1 #ifndef __SEC_INTERFACE_H__
2 #define __SEC_INTERFACE_H__
35 #include <netinet/in.h>
36 #include <sys/param.h>
41 #if defined(__CYGWIN__) || defined(__FreeBSD__)
42 #include <sys/socket.h>
232 virtual int Sign(
const char * ,
269 virtual int getKey(
char * =0,
int =0) {
return -ENOTSUP;}
281 virtual int setKey(
char * ,
int ) {
return -ENOTSUP;}
487 virtual const char *
getParms(
int &size,
const char *hname=0) = 0;
511 const struct sockaddr &hadr,