OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afq
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
ncp.h
46
int
afq
; /* Next address family to queue */
member in struct:ncp
ncp.c
98
ncp->
afq
= AF_INET;
327
add = ncp_PushPacket(ncp, &ncp->
afq
, &dl->physical->link);
337
* of what is to be pushed next, coming either from mp->out or ncp->
afq
.
449
ncp->
afq
== AF_INET6 ? "inet6" : "inet");
Completed in 32 milliseconds