HomeSort by: relevance | last modified time | path
    Searched refs:sendfromto (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
sockmisc.h 70 extern int sendfromto(int, const void *, size_t,
nattraversal.c 376 len = sendfromto(s, keepalive_packet, sizeof (keepalive_packet),
379 plog(LLV_ERROR, LOCATION, NULL, "KA: sendfromto failed: %s\n",
sockmisc.c 330 sendfromto(int s, const void *buf, size_t buflen, struct sockaddr *src, function
handler.c 1039 len = sendfromto(s, r->sendbuf->v, r->sendbuf->l,
1042 plog(LLV_ERROR, LOCATION, NULL, "sendfromto failed\n");
isakmp.c 1794 len = sendfromto(s, sbuf->v, sbuf->l,
1798 plog(LLV_ERROR, LOCATION, NULL, "sendfromto failed\n");
  /src/usr.sbin/inetd/
inetd.c 262 static ssize_t sendfromto(int, const void *, size_t, int,
1185 sendfromto(int s, const void *buf, size_t len, int flags, function
1304 (void) sendfromto(s, buffer, (size_t)i, 0,
1413 (void) sendfromto(s, text, sizeof(text), 0, lsa, lsize, rsa, rsize);
1467 (void)sendfromto(s, &result, sizeof(result), 0, lsa, lsize, rsa, rsize);
1509 (void) sendfromto(s, buffer, (size_t)len, 0, lsa, lsize, rsa, rsize);

Completed in 63 milliseconds