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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-sunatm.c78 u_char vpi; local
109 vpi = p[VPI_POS];
114 atm_print(vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c291 atm_print(u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, argument
295 printf("VPI:%u VCI:%u ", vpi, vci);
297 if (vpi == 0) {
358 u_int16_t vpi, vci, cksum, cksum_shouldbe, idx; local
371 vpi = (cell_header>>20)&0xff;
376 printf("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
378 vpi, vci,
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddproc.c187 struct proc_vnodepathinfo vpi; local
347 nb = proc_pidinfo(pid, PROC_PIDVNODEPATHINFO, 0, &vpi,
348 sizeof(vpi));
352 } else if (nb < sizeof(vpi)) {
358 sizeof(vpi), nb);
376 if (cres || vpi.pvi_cdir.vip_path[0]) {
395 (void) enter_vnode_info(&vpi.pvi_cdir);
405 if (!cres && vpi.pvi_rdir.vip_path[0]) {
408 (void) enter_vnode_info(&vpi.pvi_rdir);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c170 struct proc_vnodepathinfo vpi; local
172 buf_used = proc_pidinfo(pid, PROC_PIDVNODEPATHINFO, 0, &vpi, sizeof(vpi));
179 } else if (buf_used < sizeof(vpi)) {
185 status = check_file(info, &vpi.pvi_cdir.vip_vi.vi_stat);
192 status = check_file(info, &vpi.pvi_rdir.vip_vi.vi_stat);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-dag.c78 unsigned char vpi; /* VPI */ member in struct:sunatm_hdr
451 sunatm->vpi = (rawatm >> 20) & 0x00ff;
453 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
454 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :
H A Dscanner.l298 vpi return VPI;

Completed in 89 milliseconds