Home
last modified time | relevance | path

Searched refs:ps_sendpsmmsg (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/dhcpcd/src/
H A Dprivsep-inet.c627 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 Dprivsep.c877 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 Dprivsep.h210 ssize_t ps_sendpsmmsg(struct dhcpcd_ctx *, int,
H A Dprivsep-root.c508 err = ps_sendpsmmsg(ctx, psp->psp_fd, psm, msg); in ps_root_recvmsgcb()