Data part of a network buffer structure. More...
#include <dev/netbuf.h>
Data Fields | |
void * | vp |
Pointer to data buffer. | |
int | sz |
Size of data buffer. |
void* _NBDATA::vp |
Pointer to data buffer.
Definition at line 152 of file netbuf.h.
Referenced by AhdlcOutput(), AhdlcRx(), CSNICrx(), IpcpRxConfAck(), IpcpRxConfReq(), IpcpTxConfReq(), LcpTxConfReq(), LcpTxProtRej(), NutArpAllocNetBuf(), NutArpInput(), NutArpOutput(), NutDumpIpcp(), NutDumpIpcpOption(), NutDumpLcp(), NutDumpLcpOption(), NutDumpPap(), NutDumpPapOption(), NutDumpPpp(), NutDumpTcpHeader(), NutEtherInput(), NutEtherOutput(), NutIcmpInput(), NutIcmpOutput(), NutIcmpReply(), NutIcmpResponse(), NutIgmpInput(), NutIgmpOutput(), NutIpcpInput(), NutIpcpOutput(), NutIpInput(), NutIpOutput(), NutLcpInput(), NutLcpOutput(), NutNetBufAlloc(), NutNetBufClonePart(), NutNetBufCollect(), NutNetBufFree(), NutPapInput(), NutPapOutput(), NutPppInput(), NutPppOutput(), NutTcpInput(), NutTcpOutput(), NutTcpReceive(), NutTcpReject(), NutTcpSm(), NutUdpInput(), NutUdpOutput(), NutUdpReceiveFrom(), NutUdpSendTo(), PapTxAuthReq(), and wlandrv_PutPacket().
int _NBDATA::sz |
Size of data buffer.
Definition at line 153 of file netbuf.h.
Referenced by AhdlcOutput(), EmacRxThread(), IpcpRxConfAck(), IpcpRxConfReq(), LcpTxProtRej(), NicRxLanc(), NutArpInput(), NutDumpIpcp(), NutDumpIpcpOption(), NutDumpLcp(), NutDumpLcpOption(), NutDumpPap(), NutDumpPapOption(), NutDumpPpp(), NutDumpTcpHeader(), NutEtherInput(), NutIcmpInput(), NutIcmpOutput(), NutIgmpInput(), NutIgmpOutput(), NutIpcpInput(), NutIpcpOutput(), NutIpInput(), NutIpOutput(), NutLcpInput(), NutLcpOutput(), NutNetBufAlloc(), NutNetBufClonePart(), NutNetBufCollect(), NutPapInput(), NutPapOutput(), NutPppInput(), NutTcpInput(), NutTcpOutput(), NutTcpReceive(), NutTcpReject(), NutTcpStateMachine(), NutUdpInput(), NutUdpOutput(), NutUdpReceiveFrom(), and wlandrv_PutPacket().