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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c88 #define SNPARGS(buf, len) buf + len macro
91 #define SNPARGS(buf, len) buf + len, sizeof(buf) > len ? sizeof(buf) - len : 0 macro
155 snprintf(SNPARGS(action2, 0), "Altq %d",
177 snprintf(SNPARGS(action2, 0), "Unreach %d",
187 snprintf(SNPARGS(action2, 0), "Unreach %d",
198 snprintf(SNPARGS(action2, 0), "Divert %d",
202 snprintf(SNPARGS(action2, 0), "Tee %d",
206 snprintf(SNPARGS(action2, 0), "SetFib %d",
210 snprintf(SNPARGS(action2, 0), "SkipTo %d",
214 snprintf(SNPARGS(action
[all...]

Completed in 155 milliseconds