Searched refs:c_port (Results 1 – 7 of 7) 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 | 244 c->c_port = FSTAR; in conf_gethostport() 307 if (conf_getport(f, l, local, &c->c_port, pstr) == -1) in conf_gethostport() 310 if (port && c->c_port != FSTAR && c->c_port != FEQUAL) in conf_gethostport() 311 *port = htons((in_port_t)c->c_port); in conf_gethostport() 444 CMP(c1, c2, c_port); in conf_sort() 587 *port = htons((in_port_t)c->c_port); in conf_addr_set() 705 CMP(c1, c2, c_port); in conf_eq() 826 fmtport(ha, sizeof(ha), c->c_port); in conf_print() 1107 cr->c_port = ntohs(((struct sockaddr_in *)&lss)->sin_port); in conf_find() 1112 cr->c_port = ntohs(((struct sockaddr_in6 *)&lss)->sin6_port); in conf_find() [all …]
|
H A D | run.c | 138 if (c->c_port != -1) in run_change() 139 snprintf(poname, sizeof(poname), "%d", c->c_port); in run_change()
|
H A D | conf.h | 39 int c_port; member
|
H A D | blacklistctl.c | 152 star(pbuf, sizeof(pbuf), c.c_port)); in main()
|
H A D | blacklistd.c | 248 rbuf, c.c_lmask, c.c_port, c.c_duration); in process() 326 buf, c.c_lmask, c.c_port, c.c_duration); in update()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 1301 u_int i, j, node, c_port = 0, i_branch = 0; in fw_sidrcv() local 1325 c_port = 0; in fw_sidrcv() 1344 c_port++; in fw_sidrcv() 1346 c_port++; in fw_sidrcv() 1348 c_port++; in fw_sidrcv() 1350 if (c_port > 2) in fw_sidrcv() 1351 i_branch += (c_port - 2); in fw_sidrcv()
|