Home
last modified time | relevance | path

Searched refs:action2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_log.c105 char action2[92], proto[128], fragment[32]; in ipfw_log() local
151 snprintf(SNPARGS(action2, 0), "Altq %d", in ipfw_log()
159 action = action2; in ipfw_log()
173 snprintf(SNPARGS(action2, 0), "Unreach %d", in ipfw_log()
183 snprintf(SNPARGS(action2, 0), "Unreach %d", in ipfw_log()
194 snprintf(SNPARGS(action2, 0), "Divert %d", in ipfw_log()
198 snprintf(SNPARGS(action2, 0), "Tee %d", in ipfw_log()
202 snprintf(SNPARGS(action2, 0), "SetFib %d", in ipfw_log()
206 snprintf(SNPARGS(action2, 0), "SkipTo %d", in ipfw_log()
210 snprintf(SNPARGS(action2, 0), "Pipe %d", in ipfw_log()
[all …]
/freebsd-11-stable/usr.sbin/moused/
HDmoused.c1020 mousestatus_t action2; /* mapped action */ in moused() local
1053 bzero(&action2, sizeof(action2)); in moused()
1179 r_map(&action, &action2); in moused()
1181 action2.button, action2.dx, action2.dy, action2.dz); in moused()
1190 if (action2.dy || action2.dx) { in moused()
1192 scroll_movement += action2.dy; in moused()
1200 hscroll_movement += action2.dx; in moused()
1211 scroll_movement += action2.dy; in moused()
1215 action2.dz = -1; in moused()
1220 action2.dz = 1; in moused()
[all …]