Searched refs:afq (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dncp.h46 int afq; /* Next address family to queue */ member in struct:ncp
H A Dncp.c98 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 97 milliseconds