Searched refs:ps_sendmsg (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep-inet.c | 649 return ps_sendmsg(ctx, PS_ROOT_FD(ctx), PS_BOOTP, 0, msg); in ps_inet_sendbootp() 697 return ps_sendmsg(ctx, PS_ROOT_FD(ctx), PS_ND, 0, msg); in ps_inet_sendnd() 738 return ps_sendmsg(ctx, PS_ROOT_FD(ctx), PS_DHCP6, 0, msg); in ps_inet_senddhcp6()
|
| H A D | privsep.h | 214 ssize_t ps_sendmsg(struct dhcpcd_ctx *, int, uint16_t, unsigned long,
|
| H A D | privsep.c | 954 ps_sendmsg(struct dhcpcd_ctx *ctx, int fd, uint16_t cmd, unsigned long flags, in ps_sendmsg() function
|