Home
last modified time | relevance | path

Searched refs:FD_LISTEN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep-control.c93 fd->flags |= FD_LISTEN; in ps_ctl_handleargs()
207 if (!(fd->flags & FD_LISTEN)) in ps_ctl_listen()
248 listen_fd[0], FD_SENDLEN | FD_LISTEN); in ps_ctl_start()
H A Dcontrol.h66 #define FD_LISTEN 0x01U macro
H A Dcontrol.c191 if (IN_PRIVSEP_SE(fd->ctx) && !(fd->flags & FD_LISTEN)) { in control_handle_write()
630 if (fd->flags & FD_LISTEN) in control_queue()
H A Dscript.c792 if (!(fd->flags & FD_LISTEN)) in script_runreason()
H A Ddhcpcd.c1549 fd->flags |= FD_LISTEN; in dhcpcd_handleargs()