syncpeer
struct syncpeer *peer;
struct syncpeer *p;
net_enqueue(struct syncpeer *p, struct msg *m)
net_queue(struct syncpeer *p0, u_int32_t msgtype, u_int8_t *buf, u_int32_t len)
struct syncpeer *p = p0;
struct syncpeer *p;
struct syncpeer *p;
struct syncpeer *p;
struct syncpeer *p;
struct syncpeer *p;
net_disconnect_peer(struct syncpeer *p)
struct syncpeer *p;
net_read(struct syncpeer *p, u_int32_t *msgtype, u_int32_t *msglen)
static u_int8_t *net_read(struct syncpeer *, u_int32_t *, u_int32_t *);
struct syncpeer *p;
LIST_ENTRY(syncpeer) link;
void net_disconnect_peer(struct syncpeer *);
void net_ctl_handle_msg(struct syncpeer *, u_int8_t *, u_int32_t);
int net_ctl_send_ack(struct syncpeer *, enum CTLTYPE, u_int32_t);
int net_ctl_send_error(struct syncpeer *, enum CTLTYPE);
int net_ctl_send_endsnap(struct syncpeer *);
int net_ctl_send_state(struct syncpeer *);
net_ctl_send(struct syncpeer *p, u_int32_t type, u_int32_t d, u_int32_t d2)
net_ctl_send_ack(struct syncpeer *p, enum CTLTYPE prevtype, u_int32_t code)
net_ctl_send_state(struct syncpeer *p)
net_ctl_send_error(struct syncpeer *p, enum CTLTYPE prevtype)
net_ctl_send_endsnap(struct syncpeer *p)
struct syncpeer *p;
net_ctl_check_state(struct syncpeer *p, enum RUNSTATE nstate)
net_ctl_handle_msg(struct syncpeer *p, u_int8_t *msg, u_int32_t msglen)
pfkey_send_flush(struct syncpeer *p)
struct syncpeer *p;
struct syncpeer *p = (struct syncpeer *)v;
int net_queue(struct syncpeer *, u_int32_t, u_int8_t *, u_int32_t);
struct syncpeer;
LIST_HEAD(, syncpeer) peerlist;