OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pvc
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/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
/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 2285 milliseconds