Home
last modified time | relevance | path

Searched refs:IPV6CP_QUEUES (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Dipv6cp.h62 #define IPV6CP_QUEUES(ipv6cp) (sizeof ipv6cp->Queue / sizeof ipv6cp->Queue[0]) macro
H A Dncp.c245 if (pri >= IPV6CP_QUEUES(ipcp)) { in ncp_Enqueue()
300 for (q = ipv6cp->Queue; q < ipv6cp->Queue + IPV6CP_QUEUES(ipv6cp); q++) in ncp_DeleteQueues()
H A Dipv6cp.c416 for (q = ipv6cp->Queue; q < ipv6cp->Queue + IPV6CP_QUEUES(ipv6cp); q++) in ipv6cp_QueueLen()
443 queue = ipv6cp->Queue + IPV6CP_QUEUES(ipv6cp) - 1; in ipv6cp_PushPacket()