Home
last modified time | relevance | path

Searched refs:IMSG_CTL_SHOW_INTERFACE_INFO (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/usr.sbin/slaacctl/
Dslaacctl.c128 imsg_compose(ibuf, IMSG_CTL_SHOW_INTERFACE_INFO, 0, 0, -1, in main()
191 case IMSG_CTL_SHOW_INTERFACE_INFO: in show_interface_msg()
/openbsd/src/sbin/slaacd/
Dslaacd.h41 IMSG_CTL_SHOW_INTERFACE_INFO, enumerator
Dcontrol.c278 case IMSG_CTL_SHOW_INTERFACE_INFO: in control_dispatch_imsg()
Dslaacd.c928 I2S(IMSG_CTL_SHOW_INTERFACE_INFO); in i2s()
Dfrontend.c429 case IMSG_CTL_SHOW_INTERFACE_INFO: in frontend_dispatch_engine()
Dengine.c501 case IMSG_CTL_SHOW_INTERFACE_INFO: in engine_dispatch_frontend()
740 engine_imsg_compose_frontend(IMSG_CTL_SHOW_INTERFACE_INFO, pid, &cei, in send_interface_info()
/openbsd/src/sbin/dhcpleased/
Ddhcpleased.h198 IMSG_CTL_SHOW_INTERFACE_INFO, enumerator
Dcontrol.c282 case IMSG_CTL_SHOW_INTERFACE_INFO: in control_dispatch_imsg()
Dengine.c325 case IMSG_CTL_SHOW_INTERFACE_INFO: in engine_dispatch_frontend()
625 engine_imsg_compose_frontend(IMSG_CTL_SHOW_INTERFACE_INFO, pid, &cei, in send_interface_info()
Ddhcpleased.c1328 I2S(IMSG_CTL_SHOW_INTERFACE_INFO); in i2s()
Dfrontend.c516 case IMSG_CTL_SHOW_INTERFACE_INFO: in frontend_dispatch_engine()
/openbsd/src/usr.sbin/dhcpleasectl/
Ddhcpleasectl.c171 imsg_compose(ibuf, IMSG_CTL_SHOW_INTERFACE_INFO, 0, 0, -1, in main()