Home
last modified time | relevance | path

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

/openbsd/usr.sbin/sasyncd/
H A Dnet.h34 struct syncpeer { struct
35 LIST_ENTRY(syncpeer) link;
55 void net_disconnect_peer(struct syncpeer *); argument
58 void net_ctl_handle_msg(struct syncpeer *, u_int8_t *, u_int32_t);
59 int net_ctl_send_ack(struct syncpeer *, enum CTLTYPE, u_int32_t);
60 int net_ctl_send_error(struct syncpeer *, enum CTLTYPE);
61 int net_ctl_send_endsnap(struct syncpeer *);
62 int net_ctl_send_state(struct syncpeer *);
H A Dnet_ctl.c56 net_ctl_check_state(struct syncpeer *p, enum RUNSTATE nstate) in net_ctl_check_state()
79 net_ctl_handle_msg(struct syncpeer *p, u_int8_t *msg, u_int32_t msglen) in net_ctl_handle_msg()
156 net_ctl_send(struct syncpeer *p, u_int32_t type, u_int32_t d, u_int32_t d2) in net_ctl_send()
174 net_ctl_send_ack(struct syncpeer *p, enum CTLTYPE prevtype, u_int32_t code) in net_ctl_send_ack()
180 net_ctl_send_state(struct syncpeer *p) in net_ctl_send_state()
186 net_ctl_send_error(struct syncpeer *p, enum CTLTYPE prevtype) in net_ctl_send_error()
192 net_ctl_send_endsnap(struct syncpeer *p) in net_ctl_send_endsnap()
201 struct syncpeer *p; in net_ctl_update_state()
H A Dnet.c275 struct syncpeer *p; in net_init()
298 net_enqueue(struct syncpeer *p, struct msg *m) in net_enqueue()
325 struct syncpeer *p = p0; in net_queue()
424 struct syncpeer *p; in net_set_pending_wfds()
443 struct syncpeer *p; in net_set_rfds()
468 struct syncpeer *p; in net_accept()
521 struct syncpeer *p; in net_handle_messages()
572 struct syncpeer *p; in net_send_messages()
615 net_disconnect_peer(struct syncpeer *p) in net_disconnect_peer()
628 struct syncpeer *p; in net_shutdown()
[all …]
H A Dsasyncd.h39 struct syncpeer;
65 LIST_HEAD(, syncpeer) peerlist;
155 int net_queue(struct syncpeer *, u_int32_t, u_int8_t *, u_int32_t);
H A Dpfkey.c112 pfkey_send_flush(struct syncpeer *p) in pfkey_send_flush()
168 struct syncpeer *p; in pfkey_msg_filter()
455 struct syncpeer *p = (struct syncpeer *)v; in pfkey_snapshot()
H A Dconf.y174 struct syncpeer *peer;