VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
iface.c File Reference
#include "vlcb/net/iface.h"
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include "iface_can.h"
#include "iface_vlcb.h"
#include "vlcb/net/adapter.h"
#include "vlcb/net/socket.h"
#include "vlcb/platform/log.h"
Include dependency graph for iface.c:

Go to the source code of this file.

Functions

VlcbNetIface vlcb_net_iface_New (IVlcbNetAdpt *const adpt, VlcbNetSocketList *const sockets)
 
bool IngressPackets (VlcbNetIface *const iface)
 
bool EgressPackets (VlcbNetIface *const iface)
 
VlcbNetIfacePollResult vlcb_net_iface_Poll (VlcbNetIface *const iface)
 
bool vlcb_net_iface_BindSock (VlcbNetIface *const iface, VlcbNetSocketHandle sock)
 

Function Documentation

◆ EgressPackets()

bool EgressPackets ( VlcbNetIface *const iface)

Definition at line 55 of file iface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IngressPackets()

bool IngressPackets ( VlcbNetIface *const iface)

Definition at line 22 of file iface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ vlcb_net_iface_BindSock()

bool vlcb_net_iface_BindSock ( VlcbNetIface *const iface,
VlcbNetSocketHandle sock )

Definition at line 108 of file iface.c.

Here is the call graph for this function:

◆ vlcb_net_iface_New()

VlcbNetIface vlcb_net_iface_New ( IVlcbNetAdpt *const adpt,
VlcbNetSocketList *const sockets )

Definition at line 13 of file iface.c.

◆ vlcb_net_iface_Poll()

VlcbNetIfacePollResult vlcb_net_iface_Poll ( VlcbNetIface *const iface)

Definition at line 85 of file iface.c.

Here is the call graph for this function: