Home
last modified time | relevance | path

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

/dports/security/vpnc/vpnc-0.5.3/
H A Dvpnc.h26 void process_late_ike(struct sa_block *s, uint8_t *r_packet, ssize_t r_length);
27 void keepalive_ike(struct sa_block *s);
28 void dpd_ike(struct sa_block *s);
H A Dtunip.c115 int (*recv_peer) (struct sa_block *s);
234 static int encap_any_decap(struct sa_block *s) in encap_any_decap()
246 static int tun_send_ip(struct sa_block *s) in tun_send_ip()
317 static void encap_esp_encapsulate(struct sa_block *s) in encap_esp_encapsulate()
486 static int encap_esp_recv_peer(struct sa_block *s) in encap_esp_recv_peer()
600 static int process_arp(struct sa_block *s, uint8_t *frame) in process_arp()
668 static void process_tun(struct sa_block *s) in process_tun()
714 static void process_socket(struct sa_block *s) in process_socket()
755 struct sa_block *s = (struct sa_block *) arg; in tun_thread()
764 static void vpnc_main_loop(struct sa_block *s) in vpnc_main_loop()
[all …]
H A Dtunip.h61 struct sa_block { struct
118 extern void vpnc_doit(struct sa_block *s); argument
H A Dvpnc.c247 static void cleanup(struct sa_block *s) { in cleanup()
332 static void setup_tunnel(struct sa_block *s) in setup_tunnel()
359 static void config_tunnel(struct sa_block *s) in config_tunnel()
366 static void close_tunnel(struct sa_block *s) in close_tunnel()
765 void keepalive_ike(struct sa_block *s) in keepalive_ike()
795 void dpd_ike(struct sa_block *s) in dpd_ike()
856 static uint8_t *gen_keymat(struct sa_block *s, in gen_keymat()
2190 static int do_phase2_xauth(struct sa_block *s) in do_phase2_xauth()
2571 static void do_phase2_qm(struct sa_block *s) in do_phase2_qm()
3285 struct sa_block oursa[1]; in main()
[all …]