OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_set
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/linux/
mroute6.h
56
typedef struct
if_set
{
struct
59
}
if_set
;
typedef in typeref:struct:if_set
60
#define
IF_SET
(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS)))
81
struct
if_set
mf6cc_ifset;
/external/kernel-headers/original/linux/
mroute6.h
50
typedef struct
if_set
{
struct
52
}
if_set
;
typedef in typeref:struct:if_set
54
#define
IF_SET
(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS)))
83
struct
if_set
mf6cc_ifset; /* Where it is going */
Completed in 919 milliseconds