Searched refs:ports (Results 1 - 10 of 10) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-expose-ports.h34 LIST_FIELDS(struct ExposePort, ports);
H A Dnspawn-expose-ports.c28 #include "nspawn-expose-ports.h"
74 LIST_FOREACH(ports, p, *l)
86 LIST_PREPEND(ports, *l, p);
95 LIST_REMOVE(ports, p, q);
114 LIST_FOREACH(ports, p, l) {
167 LIST_FOREACH(ports, p, l) {
/systemd/src/libsystemd-network/
H A Dlldp-internal.h72 LIST_HEAD(lldp_neighbour_port, ports);
H A Dlldp-internal.c52 LIST_FOREACH(port, p, c->ports) {
88 LIST_FOREACH_SAFE(port, p, q, c->ports) {
178 log_lldp("Port limit reached. Chassis has: %d ports. Dropping ...", c->n_ref);
195 LIST_PREPEND(port, c->ports, p);
222 LIST_REMOVE(port, c->ports, p);
324 LIST_HEAD_INIT(c->ports);
H A Dsd-lldp.c442 LIST_FOREACH_SAFE(port, p, q, c->ports) {
473 LIST_FOREACH(port, p, c->ports) {
736 LIST_FOREACH(port, p, c->ports)
751 LIST_FOREACH(port, p, c->ports)
/systemd/src/udev/
H A Dudev-builtin-net_id.c66 * PCI Ethernet multi-function card with 2 ports:
162 /* kernel provided port index for multiple ports on a single PCI function */
215 /* kernel provided port index for multiple ports on a single PCI function */
322 char *ports; local
340 ports = s+1;
342 s = strchr(ports, ':');
355 s = ports;
359 l = strpcpyl(&s, sizeof(names->usb_ports), "u", ports, NULL);
/systemd/src/core/
H A Dsocket.h78 LIST_HEAD(SocketPort, ports);
H A Dsocket.c127 while ((p = s->ports)) {
128 LIST_REMOVE(port, s->ports, p);
244 LIST_FOREACH(port, p, s->ports) {
262 LIST_FOREACH(port, p, s->ports) {
380 LIST_FOREACH(port, p, s->ports) {
415 if (!s->ports) {
647 LIST_FOREACH(port, p, s->ports) {
794 LIST_FOREACH(port, p, s->ports) {
1233 LIST_FOREACH(port, p, s->ports) {
1379 LIST_FOREACH(port, p, s->ports) {
[all...]
H A Ddbus-socket.c54 LIST_FOREACH(port, p, s->ports) {
H A Dload-fragment.c342 /* An empty assignment removes all ports */
414 if (s->ports) {
415 LIST_FIND_TAIL(port, s->ports, tail);
416 LIST_INSERT_AFTER(port, s->ports, tail, p);
418 LIST_PREPEND(port, s->ports, p);

Completed in 3118 milliseconds