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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sunatm.c75 u_char vpi; local
99 vpi = GET_U_1(p + VPI_POS);
106 atm_print(ndo, vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c367 u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length,
372 ND_PRINT("VPI:%u VCI:%u ", vpi, vci);
374 if (vpi == 0) {
436 uint16_t vpi, vci, cksum, cksum_shouldbe, idx; local
450 vpi = (cell_header>>20)&0xff;
455 ND_PRINT("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
457 vpi, vci,
366 atm_print(netdissect_options *ndo, u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, u_int caplen) argument
/netbsd-current/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-current/external/bsd/libpcap/dist/
H A Dpcap-dag.c168 unsigned char vpi; /* VPI */ member in struct:sunatm_hdr
542 sunatm->vpi = (rawatm >> 20) & 0x00ff;
544 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
545 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :
H A Dscanner.l368 vpi return VPI;

Completed in 206 milliseconds