Searched refs:new_frame (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1686 mblk_t *new_frame; local
1760 if ((new_frame = allocb(PPP_HDRLEN+1,
1767 *new_frame->b_wptr++ = PPP_ALLSTATIONS;
1768 *new_frame->b_wptr++ = PPP_UI;
1773 *new_frame->b_wptr++ = PPP_MUX;
1775 *new_frame->b_wptr++ = 0;
1776 *new_frame->b_wptr++ = PPP_MUX;
1779 *new_frame->b_wptr++ = PFF |
1793 linkb(new_frame, state->sa_mqhead);
1800 state->sa_mqhead = new_frame;
[all...]

Completed in 45 milliseconds