File nut/net/ipcpout.c


Included Files


Global Function IpcpTxConfReq()

void IpcpTxConfReq ( NUTDEVICE* dev, u_char id )
Prototyped in: nut/include/netinet/if_ppp.h
Calls: NutIpcpOutput() nut/net/ipcpout.c
  NutNetBufAlloc() nut/dev/netbuf.c
Called by: IpcpLowerUp() nut/net/pppsm.c
  IpcpOpen() nut/net/pppsm.c
  IpcpRxConfAck() nut/net/ipcpin.c
  IpcpRxConfNakRej() nut/net/ipcpin.c
  IpcpRxConfReq() nut/net/ipcpin.c
  IpcpRxTermAck() nut/net/ipcpin.c
  NutPppSm() nut/net/pppsm.c

Global Function NutIpcpOutput()

int NutIpcpOutput ( NUTDEVICE* dev, u_char code, u_char id, NETBUF* nb )
Prototyped in: nut/include/netinet/if_ppp.h
Calls: NutNetBufAlloc() nut/dev/netbuf.c
  NutNetBufFree() nut/dev/netbuf.c
  NutPppOutput() nut/net/pppout.c
  __byte_swap2() nut/include/sys/types.h
Called by: IpcpClose() nut/net/pppsm.c
  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
  LcpRxProtRej() nut/net/lcpin.c
  NutPppSm() nut/net/pppsm.c