Lines Matching refs:tailMB
817 struct pbuf *headMB = NULL, *tailMB = NULL, *p;
889 tailMB = headMB;
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);
938 if (!tailMB) {
1079 struct pbuf *headMB, *tailMB;
1097 tailMB = headMB;
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);
1127 if (!tailMB) {