HomeSort by: relevance | last modified time | path
    Searched defs:Sendto (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rwhod/
rwhod.c 117 static ssize_t Sendto(int, const void *, size_t, int,
120 #define Sendto sendto
416 (void)Sendto(s, (char *)&mywd, cc, 0,
550 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to,
558 ret = sendto(s, buf, cc, flags, to, tolen);
560 printf("sendto %s.%d\n", inet_ntoa(sasin->sin_addr),
rwhod.c 117 static ssize_t Sendto(int, const void *, size_t, int,
120 #define Sendto sendto
416 (void)Sendto(s, (char *)&mywd, cc, 0,
550 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to,
558 ret = sendto(s, buf, cc, flags, to, tolen);
560 printf("sendto %s.%d\n", inet_ntoa(sasin->sin_addr),
rwhod.c 117 static ssize_t Sendto(int, const void *, size_t, int,
120 #define Sendto sendto
416 (void)Sendto(s, (char *)&mywd, cc, 0,
550 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to,
558 ret = sendto(s, buf, cc, flags, to, tolen);
560 printf("sendto %s.%d\n", inet_ntoa(sasin->sin_addr),

Completed in 32 milliseconds