Home
last modified time | relevance | path

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

/dports/net/pipsecd/pipsec-19991014/
H A Dtunip.c185 struct encap_method *em;
245 struct encap_method { struct
256 int (*recv)(struct encap_method *encap, argument
264 void (*send_peer)(struct encap_method *encap, argument
267 int (*recv_peer)(struct encap_method *encap, argument
273 int hmac_udp_compute(struct encap_method *encap,
359 struct encap_method encap_meth[ENCAP_MAX];
536 int encap_udp_recv(struct encap_method *encap, in encap_udp_recv()
616 int encap_icmp_recv(struct encap_method *encap, in encap_icmp_recv()
1019 struct encap_method *em; in config_read()
[all …]
/dports/security/vpnc/vpnc-0.5.3/
H A Dtunip.h52 struct encap_method; /* private to tunip.c */
112 struct encap_method *em;
H A Dtunip.c110 struct encap_method { struct
580 static void encap_esp_new(struct encap_method *encap) in encap_esp_new()
588 static void encap_udp_new(struct encap_method *encap) in encap_udp_new()
987 struct encap_method meth; in vpnc_doit()