OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iface_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/include/sepol/
iface_record.h
51
sepol_iface_t **
iface_ptr
);
55
sepol_iface_t **
iface_ptr
);
/external/libsepol/src/
iface_record.c
191
const sepol_iface_t * iface, sepol_iface_t **
iface_ptr
)
211
*
iface_ptr
= new_iface;
/external/libpcap/
pcap-sita.c
418
iface_t *
iface_ptr
, *iface;
local
490
iface_ptr
= u->iface;
491
while (
iface_ptr
->next) { /* othewise scan the list */
492
iface_ptr
=
iface_ptr
->next; /* till we're at the last entry */
494
iface_ptr
->next = iface; /* then tack this entry on the end of the list */
[
all
...]
Completed in 403 milliseconds