File nut/net/papout.c


Included Files


Global Function NutPapOutput()

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

Global Function PapTxAuthReq()

void PapTxAuthReq ( NUTDEVICE* dev, uint8_t id )
Prototyped in: nut/include/netinet/if_ppp.h
Calls: NutNetBufAlloc() nut/dev/netbuf.c
  NutPapOutput() nut/net/papout.c
  memcpy() nut/c/string/memcpy.c
  strlen() nut/c/string/strlen.c