Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c191 ps_setbuf0(int fd, int ctl, int minlen) in ps_setbuf0() function
216 if (ps_setbuf0(fd, SO_RCVBUF, minlen) == -1 || in ps_setbuf()
217 ps_setbuf0(fd, SO_SNDBUF, minlen * 2) == -1) in ps_setbuf()