Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c60 typedef int (*opt_cb)(struct tc *tc, int tcpop, int len, void *data);
837 static int do_ops_len(struct tc *tc, int tcpop, int len, void *data) in do_ops_len() argument
924 static int is_eno(int tcpop, void *data, int len) in is_eno() argument
928 if (tcpop != TCPOPT_EXP) in is_eno()
940 static int get_eno(int tcpop, void **data, int *len) in get_eno() argument
942 if (!is_eno(tcpop, *data, *len)) in get_eno()
953 static int do_set_eno_transcript(struct tc *tc, int tcpop, int len, void *data) in do_set_eno_transcript() argument
957 if (!is_eno(tcpop, data, len)) in do_set_eno_transcript()
2000 static int opt_input_closed(struct tc *tc, int tcpop, int len, void *data) in opt_input_closed() argument
2006 if (get_eno(tcpop, &data, &len)) in opt_input_closed()
[all …]