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

/freebsd-11.0-release/contrib/blacklist/bin/
H A Dconf.h39 int c_port; member in struct:conf
H A Drun.c138 if (c->c_port != -1)
139 snprintf(poname, sizeof(poname), "%d", c->c_port);
H A Dconf.c240 c->c_port = FSTAR;
303 if (getport(f, l, local, &c->c_port, pstr) == -1)
306 if (port && c->c_port != FSTAR && c->c_port != FEQUAL)
307 *port = htons((in_port_t)c->c_port);
439 CMP(c1, c2, c_port);
583 *port = htons((in_port_t)c->c_port);
701 CMP(c1, c2, c_port);
822 fmtport(ha, sizeof(ha), c->c_port);
1044 cr->c_port
[all...]
H A Dblacklistctl.c141 printf("%*.*s/%d:%d\t", wide, wide, buf, c.c_lmask, c.c_port);
H A Dblacklistd.c242 rbuf, c.c_lmask, c.c_port, c.c_duration);
309 buf, c.c_lmask, c.c_port, c.c_duration);
/freebsd-11.0-release/sys/dev/firewire/
H A Dfirewire.c1301 u_int i, j, node, c_port = 0, i_branch = 0; local
1325 c_port = 0;
1344 c_port++;
1346 c_port++;
1348 c_port++;
1350 if (c_port > 2)
1351 i_branch += (c_port - 2);

Completed in 111 milliseconds