ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
socket_opts.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
#include <sys/param.h>
3
#include <sys/socket.h>
4
#include <netinet/in.h>
5
#include "
socket.h
"
6
7
int
socket_ipoptionskill
(
int
s)
8
{
9
return
setsockopt(s,IPPROTO_IP,1,(
char
*) 0,0);
/* 1 == IP_OPTIONS */
10
}
socket.h
socket_ipoptionskill
int socket_ipoptionskill(int s)
Definition:
socket_opts.c:7
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13