HomeSort by: relevance | last modified time | path
    Searched defs:vci (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-sunatm.c 53 #define VCI_POS 2 /* VCI */
72 u_short vci; local
98 vci = GET_BE_U_2(p + VCI_POS);
104 atm_print(ndo, vpi, vci, traftype, p, length, caplen);
print-atm.c 76 /* ATM traffic types based on VPI=0 and (the following VCI */
365 u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length,
370 ND_PRINT("VPI:%u VCI:%u ", vpi, vci);
373 switch (vci) {
434 uint16_t vpi, vci, cksum, cksum_shouldbe, idx; local
449 vci = (cell_header>>4)&0xffff;
453 ND_PRINT("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
454 tok2str(oam_f_values, "OAM F5", vci),
455 vpi, vci,
    [all...]
  /src/sys/arch/xen/x86/
hypervisor_machdep.c 192 volatile struct vcpu_info *vci; local
199 vci = ci->ci_vcpu;
220 while (vci->evtchn_upcall_pending) {
223 vci->evtchn_upcall_pending = 0;
225 evt_iterate_bits(&vci->evtchn_pending_sel,
280 volatile struct vcpu_info *vci; local
284 vci = ci->ci_vcpu;
301 while (vci->evtchn_upcall_pending) {
302 vci->evtchn_upcall_pending = 0;
304 evt_iterate_bits(&vci->evtchn_pending_sel
    [all...]
cpu.c 826 volatile struct vcpu_info *vci; local
849 vci = ci->ci_vcpu;
850 vci->evtchn_upcall_mask = 1;
920 volatile struct vcpu_info *vci; local
946 vci = ci->ci_vcpu;
947 vci->evtchn_upcall_mask = 1;
  /src/sys/lib/libsa/
bootp.c 96 char vci[64]; local
109 snprintf(vci, sizeof(vci), "NetBSD:%s:libsa", MACHINE);
110 vcilen = strlen(vci);
113 (void)memcpy(area, vci, vcilen);
  /src/sys/nfs/
nfs_bootdhcp.c 457 char vci[64]; local
471 snprintf(vci, sizeof(vci), "%s:%s:kernel:%s", ostype, MACHINE,
473 vcilen = strlen(vci);
476 (void)memcpy(area, vci, vcilen);
  /src/external/bsd/libpcap/dist/
pcap-dag.c 167 unsigned short vci; /* VCI */ member in struct:sunatm_hdr
539 sunatm->vci = htons((rawatm >> 4) & 0xffff);
542 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
543 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :

Completed in 35 milliseconds