Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/mrouted/
H A Dprune.h111 #define QLEN sizeof(struct tr_query) macro
H A Dprune.c1754 if (datalen == QLEN) { in accept_mtrace()
1759 else if ((datalen - QLEN) % RLEN == 0) { in accept_mtrace()
1780 if ((rcount = (datalen - QLEN)/RLEN) == no) { in accept_mtrace()
/openbsd-src/usr.sbin/mtrace/
H A Dmtrace.c520 if (igmpdatalen <= QLEN) continue; in send_recv()
521 if ((igmpdatalen - QLEN)%RLEN) { in send_recv()
533 len = (igmpdatalen - QLEN)/RLEN; in send_recv()
650 if (igmpdatalen < QLEN) continue; in passive_mode()
651 if ((igmpdatalen - QLEN)%RLEN) { in passive_mode()
656 len = (igmpdatalen - QLEN)/RLEN; in passive_mode()