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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-sunatm.c83 u_char vpi; local
114 vpi = p[VPI_POS];
119 atm_print(vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c294 atm_print(u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, argument
298 printf("VPI:%u VCI:%u ", vpi, vci);
300 if (vpi == 0) {
361 u_int16_t vpi, vci, cksum, cksum_shouldbe, idx; local
374 vpi = (cell_header>>20)&0xff;
379 printf("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
381 vpi, vci,
/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm_pcb.c113 struct natmpcb *npcb_add(npcb, ifp, vci, vpi)
118 u_int8_t vpi;
131 if (ifp == cpcb->npcb_ifp && vci == cpcb->npcb_vci && vpi == cpcb->npcb_vpi)
159 cpcb->npcb_vpi = vpi;
183 printf("if=%s, vci=%d, vpi=%d, IP=0x%x, sock=%p, flags=0x%x, inq=%d\n",
/netbsd-6-1-5-RELEASE/usr.sbin/pvctxctl/
H A Dpvctxctl.c44 static int str2vc(char *str, int *vpi, int *vci);
50 fprintf(stderr, "usage: pvctxctl interface [vpi:]vci\n");
51 fprintf(stderr, " [-p pcr] [-b pcr_in_bps] [-j [vpi:]vci\n");
63 int vpi = 0; local
78 str2vc(argv[2], &vpi, &vci);
124 ATM_PH_VPI(&pvcreq.pvc_aph) = vpi;
140 if_name, vpi, vci, ATM_PH_FLAGS(&pvcreq.pvc_aph));
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_afmap.c32 * mapping an ip flow to atm vpi/vci.
201 afm_lookup(struct ifnet *ifp, int vpi, int vci) argument
215 if (afm->afm_vpi == vpi && afm->afm_vci == vci)
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dag.c69 unsigned char vpi; /* VPI */ member in struct:sunatm_hdr
427 sunatm->vpi = (rawatm >> 20) & 0x00ff;
429 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
430 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :
H A Dscanner.l308 vpi return VPI;

Completed in 158 milliseconds