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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1900 mblk_t *hdrmp; local
1939 if ((hdrmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) {
1945 *hdrmp->b_wptr++ = PPP_ALLSTATIONS;
1946 *hdrmp->b_wptr++ = PPP_UI;
1960 *hdrmp->b_wptr++ = prev_proto >> 8;
1961 *hdrmp->b_wptr++ = (prev_proto & 0xff);
1969 linkb(hdrmp, subframe);
1972 retmp = sppp_mappend(retmp, hdrmp);
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c810 mblk_t *hdrmp; local
866 if ((hdrmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) {
892 mp = hdrmp;

Completed in 59 milliseconds