Searched refs:ps_sendpsmmsg (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | privsep-inet.c | 627 return ps_sendpsmmsg(ctx, PS_ROOT_FD(ctx), &psm, msg); in ps_inet_in_docmd() 668 return ps_sendpsmmsg(ctx, PS_ROOT_FD(ctx), &psm, msg); in ps_inet_ifp_docmd() 716 return ps_sendpsmmsg(ctx, PS_ROOT_FD(ctx), &psm, msg); in ps_inet_in6_docmd()
|
H A D | privsep.c | 877 ps_sendpsmmsg(struct dhcpcd_ctx *ctx, int fd, in ps_sendpsmmsg() function 949 return ps_sendpsmmsg(ctx, fd, psm, &msg); in ps_sendpsmdata() 993 return ps_sendpsmmsg(ctx, fd, &psm, msg); in ps_sendmsg() 1011 return ps_sendpsmmsg(ctx, fd, &psm, &msg); in ps_sendcmd()
|
H A D | privsep.h | 210 ssize_t ps_sendpsmmsg(struct dhcpcd_ctx *, int,
|
H A D | privsep-root.c | 508 err = ps_sendpsmmsg(ctx, psp->psp_fd, psm, msg); in ps_root_recvmsgcb()
|