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

/freebsd-11-stable/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.c253 rbuf, c.c_lmask, c.c_port, c.c_duration);
332 buf, c.c_lmask, c.c_port, c.c_duration);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c50 int c_port; member in struct:conf
260 c.c_port = i;
266 DO_DEBUG("%zu %d\n", i, c.c_port);
267 if (flag[c.c_port])
268 DO_WARNX("Already visited %d", c.c_port);
269 flag[c.c_port] = 1;
270 if (skip == 0 || c.c_port % skip != 0)
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c1302 u_int i, j, node, c_port = 0, i_branch = 0; local
1326 c_port = 0;
1345 c_port++;
1347 c_port++;
1349 c_port++;
1351 if (c_port > 2)
1352 i_branch += (c_port - 2);

Completed in 172 milliseconds