Home | History | Annotate | Download | only in libpcap

Lines Matching refs:vpi

167 	unsigned char	vpi;		/* VPI */
542 sunatm->vpi = (rawatm >> 20) & 0x00ff;
544 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
545 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :