Home
last modified time | relevance | path

Searched defs:peerid (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/usr.sbin/vmd/
H A Dproc.c700 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
708 imsg_compose_event2(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event2()
721 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
748 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg()
771 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg()
/openbsd/usr.sbin/relayd/
H A Dproc.c701 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
714 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
741 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg()
764 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg()
/openbsd/usr.sbin/snmpd/
H A Dproc.c676 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
689 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
716 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg()
739 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg()
/openbsd/sbin/iked/
H A Dproc.c743 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
756 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
783 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg()
806 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg()
/openbsd/usr.sbin/httpd/
H A Dproc.c700 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
713 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
740 uint16_t type, uint32_t peerid, int fd, void *data, uint16_t datalen) in proc_compose_imsg()
763 uint16_t type, uint32_t peerid, int fd, const struct iovec *iov, int iovcnt) in proc_composev_imsg()
/openbsd/usr.sbin/lpd/
H A Dproc.c54 uint32_t peerid; member
333 m_compose(struct imsgproc *p, uint32_t type, uint32_t peerid, pid_t pid, int fd, in m_compose()
343 m_create(struct imsgproc *p, uint32_t type, uint32_t peerid, pid_t pid, int fd) in m_create()
/openbsd/usr.sbin/smtpd/
H A Dmproc.c241 m_compose(struct mproc *p, uint32_t type, uint32_t peerid, pid_t pid, int fd, in m_compose()
258 m_composev(struct mproc *p, uint32_t type, uint32_t peerid, pid_t pid, in m_composev()
282 m_create(struct mproc *p, uint32_t type, uint32_t peerid, pid_t pid, int fd) in m_create()
/openbsd/usr.sbin/ospfd/
H A Drde.h48 u_int32_t peerid; /* neighbor unique imsg ID */ member
73 u_int32_t peerid; /* unique ID in DB */ member
H A Drde.c238 rde_imsg_compose_ospfe(int type, u_int32_t peerid, pid_t pid, void *data, in rde_imsg_compose_ospfe()
948 rde_nbr_find(u_int32_t peerid) in rde_nbr_find()
964 rde_nbr_new(u_int32_t peerid, struct rde_nbr *new) in rde_nbr_new()
/openbsd/usr.sbin/ldapd/
H A Dimsgev.c54 imsgev_compose(struct imsgev *iev, u_int16_t type, u_int32_t peerid, in imsgev_compose()
/openbsd/usr.sbin/ospf6d/
H A Drde.h49 u_int32_t peerid; /* neighbor unique imsg ID */ member
74 u_int32_t peerid; /* unique ID in DB */ member
H A Drde.c251 rde_imsg_compose_ospfe(int type, u_int32_t peerid, pid_t pid, void *data, in rde_imsg_compose_ospfe()
1005 rde_nbr_find(u_int32_t peerid) in rde_nbr_find()
1021 rde_nbr_new(u_int32_t peerid, struct rde_nbr *new) in rde_nbr_new()
/openbsd/usr.sbin/bgpd/
H A Dsession.c1655 session_update(uint32_t peerid, struct ibuf *ibuf) in session_update()
2950 uint32_t peerid; in session_dispatch_imsg() local
3434 getpeerbyid(struct bgpd_config *c, uint32_t peerid) in getpeerbyid()
3576 imsg_ctl_rde_msg(int type, uint32_t peerid, pid_t pid) in imsg_ctl_rde_msg()
3589 imsg_rde(int type, uint32_t peerid, void *data, uint16_t datalen) in imsg_rde()
/openbsd/usr.sbin/ldpd/
H A Dlde.c180 lde_imsg_compose_ldpe(int type, uint32_t peerid, pid_t pid, void *data, in lde_imsg_compose_ldpe()
1049 lde_nbr_new(uint32_t peerid, struct lde_nbr *new) in lde_nbr_new()
1128 lde_nbr_find(uint32_t peerid) in lde_nbr_find()
/openbsd/usr.sbin/ripd/
H A Dripe.h64 u_int32_t peerid; /* unique ID in DB */ member
H A Drde_rib.c215 rt_snap(u_int32_t peerid) in rt_snap()
H A Drde.c182 rde_imsg_compose_ripe(int type, u_int32_t peerid, pid_t pid, void *data, in rde_imsg_compose_ripe()
H A Dripe.c215 ripe_imsg_compose_rde(int type, u_int32_t peerid, pid_t pid, in ripe_imsg_compose_rde()
/openbsd/usr.sbin/eigrpd/
H A Deigrpe.h49 uint32_t peerid; member
H A Dneighbor.c182 nbr_find_peerid(uint32_t peerid) in nbr_find_peerid()
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpe.h59 u_int32_t peerid; /* unique ID in DB */ member
H A Drde.c187 rde_imsg_compose_dvmrpe(int type, u_int32_t peerid, pid_t pid, void *data, in rde_imsg_compose_dvmrpe()
H A Ddvmrpd.c460 u_int32_t peerid, pid_t pid, int fd, void *data, u_int16_t datalen) in imsg_compose_event()
H A Ddvmrpe.c225 dvmrpe_imsg_compose_rde(int type, u_int32_t peerid, pid_t pid, in dvmrpe_imsg_compose_rde()
/openbsd/lib/libutil/
H A Dimsg.h68 uint32_t peerid; member

123