Searched refs:ps_recvpsmsg (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | privsep-control.c | 74 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, NULL, NULL) == -1) in ps_ctl_recvmsg() 153 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, in ps_ctl_dodispatch()
|
H A D | privsep-inet.c | 313 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, NULL, NULL) == -1) in ps_inet_recvmsg() 350 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, in ps_inet_dodispatch() 518 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, NULL, NULL) == -1) in ps_inet_recvmsgpsp()
|
H A D | privsep.h | 219 ssize_t ps_recvpsmsg(struct dhcpcd_ctx *, int, unsigned short,
|
H A D | privsep-bpf.c | 143 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, in ps_bpf_recvmsg()
|
H A D | privsep-root.c | 644 if (ps_recvpsmsg(psp->psp_ctx, psp->psp_fd, events, in ps_root_recvmsg() 856 if (ps_recvpsmsg(ctx, ctx->ps_data_fd, events, in ps_root_dispatch()
|
H A D | privsep.c | 1118 ps_recvpsmsg(struct dhcpcd_ctx *ctx, int fd, unsigned short events, in ps_recvpsmsg() function
|