/external/tcpdump/ |
print-sunatm.c | 58 #define VPI_POS 1 /* VPI */ 78 u_char vpi; local 109 vpi = p[VPI_POS]; 114 atm_print(vpi, vci, traftype, p, length, caplen);
|
print-atm.c | 291 atm_print(u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, 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,
|
/bionic/libc/kernel/uapi/linux/ |
atm_tcp.h | 27 __u16 vpi; member in struct:atmtcp_hdr
|
atm.h | 136 short vpi; member in struct:sockaddr_atmpvc::__anon291
|
/development/ndk/platforms/android-L/include/linux/ |
atm_tcp.h | 27 __u16 vpi; member in struct:atmtcp_hdr
|
atm.h | 136 short vpi; member in struct:sockaddr_atmpvc::__anon1910
|
/external/kernel-headers/original/uapi/linux/ |
atm_tcp.h | 21 __u16 vpi; member in struct:atmtcp_hdr
|
atm.h | 36 #define ATM_MAX_VPI 255 /* maximum VPI at the UNI */ 37 #define ATM_MAX_VPI_NNI 4096 /* maximum VPI at the NNI */ 179 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon26668 225 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
atm_tcp.h | 21 __u16 vpi; member in struct:atmtcp_hdr
|
atm.h | 36 #define ATM_MAX_VPI 255 /* maximum VPI at the UNI */ 37 #define ATM_MAX_VPI_NNI 4096 /* maximum VPI at the NNI */ 179 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon45794 225 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atm_tcp.h | 21 __u16 vpi; member in struct:atmtcp_hdr
|
atm.h | 36 #define ATM_MAX_VPI 255 /* maximum VPI at the UNI */ 37 #define ATM_MAX_VPI_NNI 4096 /* maximum VPI at the NNI */ 179 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon47530 225 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
atm_tcp.h | 27 __u16 vpi; member in struct:atmtcp_hdr
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
atm_tcp.h | 27 __u16 vpi; member in struct:atmtcp_hdr
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
atm_tcp.h | 27 __u16 vpi; member in struct:atmtcp_hdr
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 402 struct prog_instruction *vpi; local 603 for (vpi = mesa_vp->Base.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++){ 604 operands = op_operands(vpi->Opcode); 609 src[i] = vpi->SrcReg[i]; 693 dst = vpi->DstReg; 705 switch(vpi->Opcode){ 966 o_inst->op = MAKE_VSF_OP(t_opcode(vpi->Opcode), t_dst(&dst), [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 402 struct prog_instruction *vpi; local 603 for (vpi = mesa_vp->Base.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++){ 604 operands = op_operands(vpi->Opcode); 609 src[i] = vpi->SrcReg[i]; 693 dst = vpi->DstReg; 705 switch(vpi->Opcode){ 966 o_inst->op = MAKE_VSF_OP(t_opcode(vpi->Opcode), t_dst(&dst), [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 44 struct nv30_vertprog_exec *vpi; member in struct:nvfx_vpc 299 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); 300 vpc->vpi = &vp->insns[vp->nr_insns - 1]; 301 memset(vpc->vpi, 0, sizeof(*vpc->vpi)); 303 hw = vpc->vpi->data; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 43 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \ 48 t_src_class(vpi->SrcReg[x].File), \ 49 RC_MASK_NONE) | (vpi->SrcReg[x].RelAddr << 4)) 188 struct rc_sub_instruction *vpi, 194 t_dst_index(vp, &vpi->DstReg), 195 t_dst_mask(vpi->DstReg.WriteMask), 196 t_dst_class(vpi->DstReg.File)); 197 inst[1] = t_src(vp, &vpi->SrcReg[0]); 204 struct rc_sub_instruction *vpi, 210 t_dst_index(vp, &vpi->DstReg) 373 struct rc_sub_instruction *vpi = &rci->U.I; local [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 44 struct nv30_vertprog_exec *vpi; member in struct:nvfx_vpc 299 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); 300 vpc->vpi = &vp->insns[vp->nr_insns - 1]; 301 memset(vpc->vpi, 0, sizeof(*vpc->vpi)); 303 hw = vpc->vpi->data; [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 43 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \ 48 t_src_class(vpi->SrcReg[x].File), \ 49 RC_MASK_NONE) | (vpi->SrcReg[x].RelAddr << 4)) 188 struct rc_sub_instruction *vpi, 194 t_dst_index(vp, &vpi->DstReg), 195 t_dst_mask(vpi->DstReg.WriteMask), 196 t_dst_class(vpi->DstReg.File)); 197 inst[1] = t_src(vp, &vpi->SrcReg[0]); 204 struct rc_sub_instruction *vpi, 210 t_dst_index(vp, &vpi->DstReg) 373 struct rc_sub_instruction *vpi = &rci->U.I; local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
atm.h | 126 short vpi; member in struct:sockaddr_atmpvc::__anon1294
|
/external/iproute2/include/linux/ |
atm.h | 36 #define ATM_MAX_VPI 255 /* maximum VPI at the UNI */ 37 #define ATM_MAX_VPI_NNI 4096 /* maximum VPI at the NNI */ 179 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon26054 225 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
|
/external/libpcap/ |
pcap-dag.c | 78 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 : [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
atm.h | 126 short vpi; member in struct:sockaddr_atmpvc::__anon51169
|