Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A Dprune.h111 #define QLEN sizeof(struct tr_query) macro
H A Dprune.c1971 if (datalen == QLEN) { in accept_mtrace()
1976 else if ((datalen - QLEN) % RLEN == 0) { in accept_mtrace()
1997 if ((u_int)(rcount = (datalen - QLEN)/RLEN) == no) { in accept_mtrace()
/netbsd-src/usr.sbin/mtrace/
H A Dmtrace.c543 if (igmpdatalen <= (int)QLEN) continue; in send_recv()
544 if ((igmpdatalen - QLEN)%RLEN) { in send_recv()
556 len = (igmpdatalen - QLEN)/RLEN; in send_recv()
674 if (igmpdatalen < (int)QLEN) continue; in passive_mode()
675 if ((igmpdatalen - QLEN)%RLEN) { in passive_mode()
680 len = (igmpdatalen - QLEN)/RLEN; in passive_mode()