HomeSort by relevance Sort by last modified time
    Searched refs:pvc (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsvc.h 32 struct sockaddr_atmpvc pvc; /* indicate, okay (connect) */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 32 struct sockaddr_atmpvc pvc; /* indicate, okay (connect) */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 32 struct sockaddr_atmpvc pvc; /* indicate, okay (connect) */ member in struct:atmsvc_msg
  /external/qemu/
net-android.c 374 VLANClientState *vc, **pvc; local
389 pvc = &vlan->first_client;
390 while (*pvc != NULL)
391 pvc = &(*pvc)->next;
392 *pvc = vc;
398 VLANClientState **pvc = &vc->vlan->first_client; local
400 while (*pvc != NULL)
401 if (*pvc == vc) {
402 *pvc = vc->next
416 VLANClientState **pvc = &vlan->first_client; local
    [all...]
net.c 341 VLANClientState *vc, **pvc; local
356 pvc = &vlan->first_client;
357 while (*pvc != NULL)
358 pvc = &(*pvc)->next;
359 *pvc = vc;
365 VLANClientState **pvc = &vc->vlan->first_client; local
367 while (*pvc != NULL)
368 if (*pvc == vc) {
369 *pvc = vc->next
383 VLANClientState **pvc = &vlan->first_client; local
    [all...]

Completed in 402 milliseconds