Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dicmp6.c196 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6() macro
198 DO2(ICMP6_ECHO_REPLY, 8); in showicmp6()
199 DO2(ICMP6_ECHO_REQUEST, 9); in showicmp6()
200 DO2(ICMP6_DST_UNREACH, 10); in showicmp6()
201 DO2(ND_REDIRECT, 11); in showicmp6()
202 DO2(ICMP6_TIME_EXCEEDED, 12); in showicmp6()
203 DO2(ICMP6_PARAM_PROB, 13); in showicmp6()
204 DO2(ND_NEIGHBOR_SOLICIT, 14); in showicmp6()
205 DO2(ND_NEIGHBOR_ADVERT, 15); in showicmp6()
209 #undef DO2 in showicmp6()
H A Dicmp.c200 #define DO2(type, row) DO(icps_inhist[type], row, 0); DO(icps_outhist[type], \ in showicmp() macro
202 DO2(ICMP_ECHOREPLY, 10); in showicmp()
203 DO2(ICMP_ECHO, 11); in showicmp()
204 DO2(ICMP_UNREACH, 12); in showicmp()
205 DO2(ICMP_REDIRECT, 13); in showicmp()
206 DO2(ICMP_TIMXCEED, 14); in showicmp()
207 DO2(ICMP_PARAMPROB, 15); in showicmp()
211 #undef DO2 in showicmp()
/freebsd/sys/contrib/zlib/
H A Dadler32.c15 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); macro
16 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2);