Symbol: syncpeer
usr.sbin/sasyncd/conf.y
174
struct syncpeer *peer;
usr.sbin/sasyncd/net.c
275
struct syncpeer *p;
usr.sbin/sasyncd/net.c
298
net_enqueue(struct syncpeer *p, struct msg *m)
usr.sbin/sasyncd/net.c
323
net_queue(struct syncpeer *p0, u_int32_t msgtype, u_int8_t *buf, u_int32_t len)
usr.sbin/sasyncd/net.c
325
struct syncpeer *p = p0;
usr.sbin/sasyncd/net.c
424
struct syncpeer *p;
usr.sbin/sasyncd/net.c
443
struct syncpeer *p;
usr.sbin/sasyncd/net.c
468
struct syncpeer *p;
usr.sbin/sasyncd/net.c
521
struct syncpeer *p;
usr.sbin/sasyncd/net.c
572
struct syncpeer *p;
usr.sbin/sasyncd/net.c
615
net_disconnect_peer(struct syncpeer *p)
usr.sbin/sasyncd/net.c
628
struct syncpeer *p;
usr.sbin/sasyncd/net.c
664
net_read(struct syncpeer *p, u_int32_t *msgtype, u_int32_t *msglen)
usr.sbin/sasyncd/net.c
73
static u_int8_t *net_read(struct syncpeer *, u_int32_t *, u_int32_t *);
usr.sbin/sasyncd/net.c
796
struct syncpeer *p;
usr.sbin/sasyncd/net.h
35
LIST_ENTRY(syncpeer) link;
usr.sbin/sasyncd/net.h
55
void net_disconnect_peer(struct syncpeer *);
usr.sbin/sasyncd/net.h
58
void net_ctl_handle_msg(struct syncpeer *, u_int8_t *, u_int32_t);
usr.sbin/sasyncd/net.h
59
int net_ctl_send_ack(struct syncpeer *, enum CTLTYPE, u_int32_t);
usr.sbin/sasyncd/net.h
60
int net_ctl_send_error(struct syncpeer *, enum CTLTYPE);
usr.sbin/sasyncd/net.h
61
int net_ctl_send_endsnap(struct syncpeer *);
usr.sbin/sasyncd/net.h
62
int net_ctl_send_state(struct syncpeer *);
usr.sbin/sasyncd/net_ctl.c
156
net_ctl_send(struct syncpeer *p, u_int32_t type, u_int32_t d, u_int32_t d2)
usr.sbin/sasyncd/net_ctl.c
174
net_ctl_send_ack(struct syncpeer *p, enum CTLTYPE prevtype, u_int32_t code)
usr.sbin/sasyncd/net_ctl.c
180
net_ctl_send_state(struct syncpeer *p)
usr.sbin/sasyncd/net_ctl.c
186
net_ctl_send_error(struct syncpeer *p, enum CTLTYPE prevtype)
usr.sbin/sasyncd/net_ctl.c
192
net_ctl_send_endsnap(struct syncpeer *p)
usr.sbin/sasyncd/net_ctl.c
201
struct syncpeer *p;
usr.sbin/sasyncd/net_ctl.c
56
net_ctl_check_state(struct syncpeer *p, enum RUNSTATE nstate)
usr.sbin/sasyncd/net_ctl.c
79
net_ctl_handle_msg(struct syncpeer *p, u_int8_t *msg, u_int32_t msglen)
usr.sbin/sasyncd/pfkey.c
112
pfkey_send_flush(struct syncpeer *p)
usr.sbin/sasyncd/pfkey.c
168
struct syncpeer *p;
usr.sbin/sasyncd/pfkey.c
455
struct syncpeer *p = (struct syncpeer *)v;
usr.sbin/sasyncd/sasyncd.h
155
int net_queue(struct syncpeer *, u_int32_t, u_int8_t *, u_int32_t);
usr.sbin/sasyncd/sasyncd.h
39
struct syncpeer;
usr.sbin/sasyncd/sasyncd.h
65
LIST_HEAD(, syncpeer) peerlist;