Symbol: main_imsg_compose_frontend
sbin/dhcp6leased/dhcp6leased.c
322
main_imsg_compose_frontend(IMSG_ROUTESOCK, frontend_routesock, NULL, 0);
sbin/dhcp6leased/dhcp6leased.c
324
main_imsg_compose_frontend(IMSG_UUID, -1, uuid, UUID_SIZE);
sbin/dhcp6leased/dhcp6leased.c
328
main_imsg_compose_frontend(IMSG_CONTROLFD, control_fd, NULL, 0);
sbin/dhcp6leased/dhcp6leased.c
331
main_imsg_compose_frontend(IMSG_STARTUP, -1, NULL, 0);
sbin/dhcp6leased/dhcp6leased.c
693
main_imsg_compose_frontend(IMSG_RECONF_CONF, -1, xconf, sizeof(*xconf));
sbin/dhcp6leased/dhcp6leased.c
698
main_imsg_compose_frontend(IMSG_RECONF_IFACE, -1, iface_conf,
sbin/dhcp6leased/dhcp6leased.c
704
main_imsg_compose_frontend(IMSG_RECONF_IFACE_IA, -1,
sbin/dhcp6leased/dhcp6leased.c
710
main_imsg_compose_frontend(IMSG_RECONF_IFACE_PD,
sbin/dhcp6leased/dhcp6leased.c
715
main_imsg_compose_frontend(IMSG_RECONF_IFACE_IA_END,
sbin/dhcp6leased/dhcp6leased.c
720
main_imsg_compose_frontend(IMSG_RECONF_IFACE_END, -1, NULL, 0);
sbin/dhcp6leased/dhcp6leased.c
726
main_imsg_compose_frontend(IMSG_RECONF_END, -1, NULL, 0);
sbin/dhcp6leased/dhcp6leased.c
85
int main_imsg_compose_frontend(int, int, void *, uint16_t);
sbin/dhcp6leased/dhcp6leased.c
992
main_imsg_compose_frontend(IMSG_UDPSOCK, udpsock, &if_index,
sbin/dhcpleased/dhcpleased.c
1220
main_imsg_compose_frontend(IMSG_BPFSOCK, bpfsock, &if_index,
sbin/dhcpleased/dhcpleased.c
336
main_imsg_compose_frontend(IMSG_ROUTESOCK, frontend_routesock, NULL, 0);
sbin/dhcpleased/dhcpleased.c
340
main_imsg_compose_frontend(IMSG_CONTROLFD, control_fd, NULL, 0);
sbin/dhcpleased/dhcpleased.c
344
main_imsg_compose_frontend(IMSG_STARTUP, -1, NULL, 0);
sbin/dhcpleased/dhcpleased.c
596
main_imsg_compose_frontend(IMSG_CLOSE_UDPSOCK, -1,
sbin/dhcpleased/dhcpleased.c
765
main_imsg_compose_frontend(IMSG_RECONF_CONF, -1, NULL, 0);
sbin/dhcpleased/dhcpleased.c
770
main_imsg_compose_frontend(IMSG_RECONF_IFACE, -1, iface_conf,
sbin/dhcpleased/dhcpleased.c
775
main_imsg_compose_frontend(IMSG_RECONF_VC_ID, -1,
sbin/dhcpleased/dhcpleased.c
781
main_imsg_compose_frontend(IMSG_RECONF_C_ID, -1,
sbin/dhcpleased/dhcpleased.c
787
main_imsg_compose_frontend(IMSG_RECONF_H_NAME, -1,
sbin/dhcpleased/dhcpleased.c
792
main_imsg_compose_frontend(IMSG_RECONF_END, -1, NULL, 0);
sbin/dhcpleased/dhcpleased.c
87
int main_imsg_compose_frontend(int, int, void *, uint16_t);
sbin/dhcpleased/dhcpleased.c
898
main_imsg_compose_frontend(IMSG_UDPSOCK, udpsock,
sbin/slaacd/slaacd.c
288
main_imsg_compose_frontend(IMSG_ROUTESOCK, frontend_routesock, NULL, 0);
sbin/slaacd/slaacd.c
292
main_imsg_compose_frontend(IMSG_CONTROLFD, control_fd, NULL, 0);
sbin/slaacd/slaacd.c
295
main_imsg_compose_frontend(IMSG_STARTUP, -1, NULL, 0);
sbin/slaacd/slaacd.c
85
int main_imsg_compose_frontend(int, int, void *, uint16_t);
sbin/slaacd/slaacd.c
984
main_imsg_compose_frontend(IMSG_ICMP6SOCK, icmp6sock, &rdomain,
sbin/unwind/unwind.c
303
main_imsg_compose_frontend(IMSG_STARTUP, 0, NULL, 0);
sbin/unwind/unwind.h
182
void main_imsg_compose_frontend(int, pid_t, void *, uint16_t);
usr.sbin/rad/rad.c
282
main_imsg_compose_frontend(IMSG_ROUTESOCK, frontend_routesock,
usr.sbin/rad/rad.c
284
main_imsg_compose_frontend(IMSG_CONTROLFD, control_fd, NULL, 0);
usr.sbin/rad/rad.c
290
main_imsg_compose_frontend(IMSG_STARTUP, -1, NULL, 0);
usr.sbin/rad/rad.c
866
main_imsg_compose_frontend(IMSG_ICMP6SOCK, icmp6sock, &rdomain,
usr.sbin/rad/rad.h
152
int main_imsg_compose_frontend(int, int, void *, uint16_t);