Home
last modified time | relevance | path

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

/netbsd/usr.sbin/inetd/
H A Dinetd.c259 static ssize_t recvfromto(int, void * restrict, size_t, int,
978 recvfromto(int s, void * restrict buf, size_t len, int flags, in recvfromto() function
1184 if ((i = recvfromto(s, buffer, sizeof(buffer), 0, in echo_dg()
1280 if (recvfromto(s, text, sizeof(text), 0, in chargen_dg()
1345 if (recvfromto(s, &result, sizeof(result), 0, in machtime_dg()
1387 if (recvfromto(s, buffer, sizeof(buffer), 0, in daytime_dg()
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dsockmisc.h68 extern int recvfromto __P((int, void *, size_t, int,
H A Dsockmisc.c198 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen) in recvfromto() function
H A Disakmp.c226 while ((len = recvfromto(so_isakmp, x.buf, sizeof(x), in isakmp_handler()
316 while ((len = recvfromto(so_isakmp, (char *)tmpbuf->v, tmpbuf->l, in isakmp_handler()