Searched refs:pppAppend (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 721 pppAppend(u_char c, struct pbuf *nb, ext_accm *outACCM) in pppAppend() function 881 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppifOutput() 887 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput() 889 tailMB = pppAppend(PPP_UI, tailMB, &pc->outACCM); in pppifOutput() 894 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 898 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 914 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 920 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 922 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 923 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppifOutput() [all …]
|