File nut/net/ipcpout.c


Included Files


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

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
  NutPppOutput(), __byte_swap2()
Called by: IpcpTxConfReq() nut/net/ipcpout.c