Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dmain.c344 g_co.do_time = TIMESTAMP_STRING; in ipfw_main()
348 g_co.do_time = TIMESTAMP_NUMERIC; in ipfw_main()
H A Dipfw2.h39 int do_time; /* Show time stamps */ member
H A Dipfw2.c2422 if (co->do_time == TIMESTAMP_NUMERIC) in show_static_rule()
2424 else if (co->do_time == TIMESTAMP_STRING) { in show_static_rule()
2994 sfo.show_time = g_co.do_time; in ipfw_list()