1 /* ----------------------------------------------------------------------- *
3 * Copyright 2001-2006 H. Peter Anvin - All Rights Reserved
5 * This program is free software available under the same license
6 * as the "OpenBSD" operating system, distributed at
7 * http://www.openbsd.org/.
9 * ----------------------------------------------------------------------- */
14 * Header for recvfrom substitute
21 myrecvfrom(int s
, void *buf
, int len
, unsigned int flags
,
22 struct sockaddr
*from
, socklen_t
*fromlen
,
23 struct sockaddr_in
*myaddr
);