Home
last modified time | relevance | path

Searched refs:tcpcrypt_packet (Results 1 – 3 of 3) sorted by relevance

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h364 extern int tcpcrypt_packet(void *packet, int len, int flags);
H A Dtcpcryptd.c282 rc = tcpcrypt_packet(packet, len, flags); in packet_handler()
H A Dtcpcrypt.c3627 int tcpcrypt_packet(void *packet, int len, int flags) function