Searched refs:recvfromto (Results 1 – 3 of 3) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sockmisc.h | 60 extern int recvfromto __P((int, void *, size_t, int,
|
D | sockmisc.c | 280 int recvfromto(int s, void *buf, size_t len, int flags, struct sockaddr *from, in recvfromto() function 385 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen) in recvfromto() function
|
D | isakmp.c | 225 while ((len = recvfromto(so_isakmp, x.buf, sizeof(x), 324 while ((len = recvfromto(so_isakmp, (char *)tmpbuf->v, tmpbuf->l,
|