Home | History | Annotate | Download | only in libpcap

Lines Matching defs:vpi

78 	unsigned char	vpi;		/* VPI */
451 sunatm->vpi = (rawatm >> 20) & 0x00ff;
453 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
454 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :