Home
last modified time | relevance | path

Searched refs:engine_imsg_compose_main (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/dhcpleased/
H A Dengine.c151 int engine_imsg_compose_main(int, pid_t, void *, uint16_t);
270 engine_imsg_compose_main(int type, pid_t pid, void *data, in engine_imsg_compose_main() function
1716 engine_imsg_compose_main(IMSG_WITHDRAW_ROUTES, 0, &imsg, in send_configure_interface()
1720 engine_imsg_compose_main(IMSG_CONFIGURE_INTERFACE, 0, &imsg, in send_configure_interface()
1744 engine_imsg_compose_main(IMSG_DECONFIGURE_INTERFACE, 0, &imsg, in send_deconfigure_interface()
1773 engine_imsg_compose_main(IMSG_WITHDRAW_ROUTES, 0, &imsg, in send_routes_withdraw()
1832 engine_imsg_compose_main(IMSG_PROPOSE_RDNS, 0, &imsg, sizeof(imsg)); in send_rdns_proposal()
1846 engine_imsg_compose_main(IMSG_WITHDRAW_RDNS, 0, &imsg, sizeof(imsg)); in send_rdns_withdraw()
/openbsd/sbin/dhcp6leased/
H A Dengine.c141 int engine_imsg_compose_main(int, pid_t, void *, uint16_t);
259 engine_imsg_compose_main(int type, pid_t pid, void *data, in engine_imsg_compose_main() function
1337 engine_imsg_compose_main(IMSG_WRITE_LEASE, 0, &imsg_lease_info, in configure_interfaces()
1441 engine_imsg_compose_main(IMSG_CONFIGURE_ADDRESS, 0, &address, in send_reconfigure_interface()
1444 engine_imsg_compose_main(IMSG_DECONFIGURE_ADDRESS, 0, &address, in send_reconfigure_interface()
/openbsd/sbin/slaacd/
H A Dengine.c300 int engine_imsg_compose_main(int, pid_t, void *, uint16_t);
440 engine_imsg_compose_main(int type, pid_t pid, void *data, in engine_imsg_compose_main() function
2142 engine_imsg_compose_main(IMSG_CONFIGURE_ADDRESS, 0, &address, in configure_address()
2240 engine_imsg_compose_main(IMSG_WITHDRAW_ADDRESS, 0, &address, in withdraw_addr()
2286 engine_imsg_compose_main(IMSG_CONFIGURE_DFR, 0, &dfr, sizeof(dfr)); in configure_dfr()
2303 engine_imsg_compose_main(IMSG_WITHDRAW_DFR, 0, &dfr, sizeof(dfr)); in withdraw_dfr()
2389 engine_imsg_compose_main(IMSG_PROPOSE_RDNS, 0, &rdns, sizeof(rdns)); in compose_rdns_proposal()