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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-snmp.c382 #define OIDMUX 40 macro
709 * first subitem encodes two items with 1st*OIDMUX+2nd
717 s = o / OIDMUX;
720 o -= s * OIDMUX;
913 * first subitem encodes two items with 1st*OIDMUX+2nd
919 oid[*oidlen] = o / OIDMUX;
922 o -= oid[*oidlen] * OIDMUX;

Completed in 104 milliseconds