Searched refs:c_port (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libc/db/ |
| H A D | t_db_hash_seq.c | 50 int c_port; member 260 c.c_port = i; in testdb() 266 DO_DEBUG("%zu %d\n", i, c.c_port); in testdb() 267 if (flag[c.c_port]) in testdb() 268 DO_WARNX("Already visited %d", c.c_port); in testdb() 269 flag[c.c_port] = 1; in testdb() 270 if (skip == 0 || c.c_port % skip != 0) in testdb()
|
| /freebsd/contrib/blocklist/bin/ |
| H A D | conf.c | 247 c->c_port = FSTAR; in conf_gethostport() 312 if (conf_getport(f, l, local, &c->c_port, pstr) == -1) in conf_gethostport() 315 if (port && c->c_port != FSTAR && c->c_port != FEQUAL) in conf_gethostport() 316 *port = htons((in_port_t)c->c_port); in conf_gethostport() 451 CMP(c1, c2, c_port); in conf_sort() 592 *port = htons((in_port_t)c->c_port); in conf_addr_set() 706 CMP(c1, c2, c_port); in conf_eq() 729 CMP(c1, c2, c_port); in conf_match() 850 fmtport(ha, sizeof(ha), c->c_port); in conf_print() 1172 cr->c_port = ntohs(((struct sockaddr_in *)&lss)->sin_port); in conf_find() [all …]
|
| H A D | run.c | 142 if (c->c_port != -1) in run_change() 143 snprintf(poname, sizeof(poname), "%d", c->c_port); in run_change()
|
| H A D | conf.h | 40 int c_port; member
|
| H A D | blacklistctl.c | 155 star(pbuf, sizeof(pbuf), c.c_port)); in main()
|
| H A D | blocklistctl.c | 155 star(pbuf, sizeof(pbuf), c.c_port)); in main()
|
| H A D | blacklistd.c | 255 rbuf, c.c_lmask, c.c_port, c.c_duration); in process() 333 buf, c.c_lmask, c.c_port, c.c_duration); in update()
|
| H A D | blocklistd.c | 255 rbuf, c.c_lmask, c.c_port, c.c_duration); in process() 333 buf, c.c_lmask, c.c_port, c.c_duration); in update()
|
| /freebsd/sys/dev/firewire/ |
| H A D | firewire.c | 1300 u_int i, j, node, c_port = 0, i_branch = 0; in fw_sidrcv() local 1324 c_port = 0; in fw_sidrcv() 1342 c_port++; in fw_sidrcv() 1344 c_port++; in fw_sidrcv() 1346 c_port++; in fw_sidrcv() 1348 if (c_port > 2) in fw_sidrcv() 1349 i_branch += (c_port - 2); in fw_sidrcv()
|