RTEMS  5.1
Macros | Functions
sock_mbuf.c File Reference

Sock Mbuf. More...

#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>
#include <sys/errno.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/proc.h>
#include <sys/fcntl.h>
#include <sys/filio.h>
#include <net/if.h>
#include <net/route.h>
#include "nfsclient-private.h"

Functions

struct socketrtems_bsdnet_fdToSocket (int fd)
 
ssize_t sendto_nocpy (int s, const void *buf, size_t buflen, int flags, const struct sockaddr *toaddr, int tolen, void *closure, void(*freeproc)(caddr_t, u_int), void(*refproc)(caddr_t, u_int))
 
ssize_t recv_mbuf_from (int s, struct mbuf **ppm, long len, struct sockaddr *fromaddr, int *fromlen)
 

Detailed Description

Sock Mbuf.