Lines Matching refs:pppAppend
727 * pppAppend - append given character to end of given pbuf. If outACCM
733 pppAppend(u_char c, struct pbuf *nb, ext_accm *outACCM)
893 tailMB = pppAppend(PPP_FLAG, tailMB, NULL);
899 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM);
901 tailMB = pppAppend(PPP_UI, tailMB, &pc->outACCM);
906 tailMB = pppAppend(c, tailMB, &pc->outACCM);
910 tailMB = pppAppend(c, tailMB, &pc->outACCM);
926 tailMB = pppAppend(c, tailMB, &pc->outACCM);
932 tailMB = pppAppend(c, tailMB, &pc->outACCM);
934 tailMB = pppAppend(c, tailMB, &pc->outACCM);
935 tailMB = pppAppend(PPP_FLAG, tailMB, NULL);
1102 tailMB = pppAppend(PPP_FLAG, tailMB, NULL);
1115 tailMB = pppAppend(c, tailMB, &pc->outACCM);
1120 tailMB = pppAppend(c, tailMB, &pc->outACCM);
1122 tailMB = pppAppend(c, tailMB, &pc->outACCM);
1123 tailMB = pppAppend(PPP_FLAG, tailMB, NULL);