File nut/net/papout.c


Included Files


Global Function NutPapOutput()

int NutPapOutput ( 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: PapRxAuthReq() nut/net/papin.c
  PapTxAuthReq() nut/net/papout.c

Global Function PapTxAuthReq()

void PapTxAuthReq ( NUTDEVICE* dev, u_char id )
Prototyped in: nut/include/netinet/if_ppp.h
Calls: NutNetBufAlloc() nut/dev/netbuf.c
  NutPapOutput() nut/net/papout.c
  memcpy(), strlen()
Called by: LcpRxConfAck() nut/net/lcpin.c
  LcpRxConfReq() nut/net/lcpin.c
  NutPppSm() nut/net/pppsm.c