Searched refs:Neighbor (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/network/ |
D | networkd-neighbor.c | 13 Neighbor *neighbor_free(Neighbor *neighbor) { in neighbor_free() 30 DEFINE_SECTION_CLEANUP_FUNCTIONS(Neighbor, neighbor_free); 32 …eighbor_new_static(Network *network, const char *filename, unsigned section_line, Neighbor **ret) { in neighbor_new_static() 34 _cleanup_(neighbor_freep) Neighbor *neighbor = NULL; in neighbor_new_static() 52 neighbor = new(Neighbor, 1); in neighbor_new_static() 56 *neighbor = (Neighbor) { in neighbor_new_static() 71 static int neighbor_dup(const Neighbor *neighbor, Neighbor **ret) { in neighbor_dup() 72 _cleanup_(neighbor_freep) Neighbor *dest = NULL; in neighbor_dup() 77 dest = newdup(Neighbor, neighbor, 1); in neighbor_dup() 90 static void neighbor_hash_func(const Neighbor *neighbor, struct siphash *state) { in neighbor_hash_func() [all …]
|
D | networkd-neighbor.h | 17 typedef struct Neighbor { struct 27 } Neighbor; argument 29 Neighbor *neighbor_free(Neighbor *neighbor); 41 DEFINE_NETWORK_CONFIG_STATE_FUNCTIONS(Neighbor, neighbor);
|
D | networkd-network-gperf.gperf | 161 Neighbor.Address, config_parse_neighbor_address, … 162 Neighbor.LinkLayerAddress, config_parse_neighbor_lladdr, … 163 Neighbor.MACAddress, config_parse_neighbor_lladdr, …
|
D | networkd-json.c | 97 static int neighbor_build_json(Neighbor *n, JsonVariant **ret) { in neighbor_build_json() 124 Neighbor *neighbor; in neighbors_build_json()
|
D | networkd-network.c | 784 Neighbor *neighbor; in network_has_static_ipv6_configurations()
|
/systemd-251/test/test-network/conf/ |
D | 25-neighbor-section.network | 8 [Neighbor] 12 [Neighbor]
|
D | 25-neighbor-ip.network | 9 [Neighbor]
|
D | 25-neighbor-next.network | 8 [Neighbor]
|
D | 25-neighbor-ipv6.network | 10 [Neighbor]
|
/systemd-251/test/fuzz/fuzz-network-parser/ |
D | 25-neighbor-section | 4 [Neighbor]
|
D | directives | 356 [Neighbor]
|
/systemd-251/ |
D | NEWS | 4630 * systemd-networkd's MACAddress= setting in the [Neighbor] section has
|
/systemd-251/hwdb.d/ |
D | 20-OUI.hwdb | 966 ID_OUI_FROM_DATABASE=Neighbor World Co., Ltd.
|
D | ma-large.txt | 27596 00-01-3F (hex) Neighbor World Co., Ltd. 27597 00013F (base 16) Neighbor World Co., Ltd.
|