Searched refs:rde_imsg_compose_eigrpe (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/eigrpd/ |
H A D | rde_dual.c | 766 rde_imsg_compose_eigrpe(IMSG_SEND_MUPDATE, ei->ifaceid, 0, in rde_send_update() 768 rde_imsg_compose_eigrpe(IMSG_SEND_MUPDATE_END, ei->ifaceid, 0, in rde_send_update() 790 rde_imsg_compose_eigrpe(IMSG_SEND_MQUERY, ei->ifaceid, 0, in rde_send_query() 793 rde_imsg_compose_eigrpe(IMSG_SEND_MQUERY_END, ei->ifaceid, in rde_send_query() 800 rde_imsg_compose_eigrpe(IMSG_SEND_QUERY, nbr->peerid, 0, in rde_send_siaquery() 802 rde_imsg_compose_eigrpe(IMSG_SEND_SIAQUERY_END, nbr->peerid, 0, in rde_send_siaquery() 845 rde_imsg_compose_eigrpe(IMSG_SEND_MQUERY_END, in rde_flush_queries() 863 rde_imsg_compose_eigrpe(IMSG_SEND_REPLY, nbr->peerid, 0, in rde_send_reply() 865 rde_imsg_compose_eigrpe(type, nbr->peerid, 0, NULL, 0); in rde_send_reply() 1310 rde_imsg_compose_eigrpe(IMSG_NEIGHBOR_DOWN, nbr->peerid, in rde_nbr_del()
|
H A D | rde.c | 158 rde_imsg_compose_eigrpe(int type, uint32_t peerid, pid_t pid, void *data, in rde_imsg_compose_eigrpe() function 276 rde_imsg_compose_eigrpe(IMSG_CTL_END, 0, imsg.hdr.pid, in rde_dispatch_imsg() 733 rde_imsg_compose_eigrpe(IMSG_SEND_UPDATE, in rt_snap() 737 rde_imsg_compose_eigrpe(IMSG_SEND_UPDATE_END, nbr->peerid, 0, in rt_snap() 818 rde_imsg_compose_eigrpe(IMSG_CTL_SHOW_TOPOLOGY, in rt_dump()
|
H A D | rde.h | 131 int rde_imsg_compose_eigrpe(int, uint32_t, pid_t, void *,
|