File nut/net/ipcpout.c
Included Files
#include <nut/include/include2/string.h>
#include <nut/include/dev/ppp.h>
#include <nut/include/sys/heap.h>
#include <nut/include/sys/thread.h>
#include <sys/types.h>
#include <nut/include/net/if_var.h>
#include <nut/include/netinet/if_ppp.h>
#include <nut/include/netinet/ppp_fsm.h>
#include <nut/include/netinet/in.h>
#include <nut/include/net/ppp.h>
Global Function IpcpTxConfReq()
void IpcpTxConfReq ( NUTDEVICE* dev, uint8_t id )
Prototyped in:
nut/include/netinet/if_ppp.h
Calls:
NutIpcpOutput()
nut/net/ipcpout.c
NutNetBufAlloc()
nut/dev/netbuf.c
Called by:
IpcpRxConfAck()
nut/net/ipcpin.c
IpcpRxConfNakRej()
nut/net/ipcpin.c
IpcpRxConfReq()
nut/net/ipcpin.c
IpcpRxTermAck()
nut/net/ipcpin.c
Global Function NutIpcpOutput()
int NutIpcpOutput ( NUTDEVICE* dev, uint8_t code, uint8_t id, NETBUF* nb )
Prototyped in:
nut/include/netinet/if_ppp.h
Calls:
NutNetBufAlloc()
nut/dev/netbuf.c
NutNetBufFree()
nut/dev/netbuf.c
__byte_swap2()
nut/boot/appload/utils.c
NutPppOutput()
Called by:
IpcpRxConfAck()
nut/net/ipcpin.c
IpcpRxConfNakRej()
nut/net/ipcpin.c
IpcpRxConfReq()
nut/net/ipcpin.c
IpcpRxProtRej()
nut/net/ipcpin.c
IpcpRxTermReq()
nut/net/ipcpin.c
IpcpTxConfReq()
nut/net/ipcpout.c