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

/systemd/test/bus-policy/
H A Dcheck-own-rules.conf6 <listen>tcp:port=1234</listen>
H A Dmany-rules.conf6 <listen>tcp:port=1234</listen>
/systemd/src/shared/
H A Dfirewall-util.c229 struct xt_tcp *tcp; local
231 strncpy(m->u.user.name, "tcp", sizeof(m->u.user.name));
232 tcp = (struct xt_tcp*) m->data;
233 tcp->dpts[0] = tcp->dpts[1] = local_port;
234 tcp->spts[0] = 0;
235 tcp->spts[1] = 0xFFFF;
268 mr->range[0].min.tcp.port = mr->range[0].max.tcp.port = htons(remote_port);
/systemd/src/resolve/
H A Dresolved-dns-stream.c20 #include <netinet/tcp.h>
H A Dresolved-dns-scope.c20 #include <netinet/tcp.h>
/systemd/src/core/
H A Dsocket.c24 #include <netinet/tcp.h>

Completed in 258 milliseconds