OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPV6CP_QUEUES
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
ipv6cp.h
60
#define
IPV6CP_QUEUES
(ipv6cp) (sizeof ipv6cp->Queue / sizeof ipv6cp->Queue[0])
ncp.c
243
if (pri >=
IPV6CP_QUEUES
(ipcp)) {
298
for (q = ipv6cp->Queue; q < ipv6cp->Queue +
IPV6CP_QUEUES
(ipv6cp); q++)
ipv6cp.c
414
for (q = ipv6cp->Queue; q < ipv6cp->Queue +
IPV6CP_QUEUES
(ipv6cp); q++)
441
queue = ipv6cp->Queue +
IPV6CP_QUEUES
(ipv6cp) - 1;
Completed in 43 milliseconds