2 Copyright © 2000-2010, The AROS Development Team. All rights reserved.
10 #include <sys/socket.h>
12 #include "bsdsocket_intern.h"
13 #include "bsdsocket_util.h"
15 /*****************************************************************************
19 AROS_LH6(int, recvfrom
,
23 AROS_LHA(void *, buf
, A0
),
24 AROS_LHA(int, len
, D1
),
25 AROS_LHA(int, flags
, D2
),
26 AROS_LHA(struct sockaddr
*, from
, A1
),
27 AROS_LHA(int *, fromlen
, A2
),
30 struct TaskBase
*, taskBase
, 12, BSDSocket
)
50 *****************************************************************************/
54 /* aros_print_not_implemented ("recvfrom");
55 SetError(ENOSYS, taskBase);