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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c180 #define SNPARGS(buf, len) buf + len, sizeof(buf) > len ? sizeof(buf) - len : 0 macro
434 snprintf(SNPARGS(name, 0), "ip6fw: %d", f ? f->fw_number : -1);
457 snprintf(SNPARGS(action2, 0), "Divert %d",
461 snprintf(SNPARGS(action2, 0), "Tee %d",
465 snprintf(SNPARGS(action2, 0), "SkipTo %d",
476 len = snprintf(SNPARGS(proto, 0), "TCP [%s]",
479 len += snprintf(SNPARGS(proto, len), ":%d ",
482 len += snprintf(SNPARGS(proto, len), " ");
483 len += snprintf(SNPARGS(proto, len), "[%s]",
486 snprintf(SNPARGS(prot
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c1129 #define SNPARGS(buf, len) buf + len, sizeof(buf) > len ? sizeof(buf) - len : 0 macro
1180 snprintf(SNPARGS(action2, 0), "Unreach %d",
1191 snprintf(SNPARGS(action2, 0), "Divert %d",
1195 snprintf(SNPARGS(action2, 0), "Tee %d",
1199 snprintf(SNPARGS(action2, 0), "SkipTo %d",
1203 snprintf(SNPARGS(action2, 0), "Pipe %d",
1207 snprintf(SNPARGS(action2, 0), "Queue %d",
1217 len = snprintf(SNPARGS(action2, 0), "Forward to %s",
1220 snprintf(SNPARGS(action2, len), ":%d",
1231 snprintf(SNPARGS(prot
[all...]

Completed in 33 milliseconds