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

  /src/usr.sbin/inetd/
inetd.c 259 static ssize_t recvfromto(int, void * restrict, size_t, int,
804 /* for internal dgram, setsockopt() is required for recvfromto() */
970 * In order to get the destination address (`to') with recvfromto(),
978 recvfromto(int s, void * restrict buf, size_t len, int flags, function in typeref:typename:ssize_t
1184 if ((i = recvfromto(s, buffer, sizeof(buffer), 0,
1280 if (recvfromto(s, text, sizeof(text), 0,
1345 if (recvfromto(s, &result, sizeof(result), 0,
1387 if (recvfromto(s, buffer, sizeof(buffer), 0,
inetd.c 259 static ssize_t recvfromto(int, void * restrict, size_t, int,
804 /* for internal dgram, setsockopt() is required for recvfromto() */
970 * In order to get the destination address (`to') with recvfromto(),
978 recvfromto(int s, void * restrict buf, size_t len, int flags, function in typeref:typename:ssize_t
1184 if ((i = recvfromto(s, buffer, sizeof(buffer), 0,
1280 if (recvfromto(s, text, sizeof(text), 0,
1345 if (recvfromto(s, &result, sizeof(result), 0,
1387 if (recvfromto(s, buffer, sizeof(buffer), 0,
inetd.c 259 static ssize_t recvfromto(int, void * restrict, size_t, int,
804 /* for internal dgram, setsockopt() is required for recvfromto() */
970 * In order to get the destination address (`to') with recvfromto(),
978 recvfromto(int s, void * restrict buf, size_t len, int flags, function in typeref:typename:ssize_t
1184 if ((i = recvfromto(s, buffer, sizeof(buffer), 0,
1280 if (recvfromto(s, text, sizeof(text), 0,
1345 if (recvfromto(s, &result, sizeof(result), 0,
1387 if (recvfromto(s, buffer, sizeof(buffer), 0,

Completed in 34 milliseconds