| /systemd/src/libsystemd-network/ |
| H A D | icmp6-util.h | 25 int icmp6_send_router_solicitation(int s, const struct ether_addr *ether_addr);
|
| H A D | arp-util.h | 27 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac); 30 be32_t pa, const struct ether_addr *ha); 32 be32_t pa, const struct ether_addr *ha);
|
| H A D | lldp-port.h | 46 struct ether_addr mac; 60 const struct ether_addr *addr,
|
| H A D | icmp6-util.c | 91 int icmp6_send_router_solicitation(int s, const struct ether_addr *ether_addr) { argument 99 struct ether_addr rs_opt_mac; 118 assert(ether_addr); 120 rs.rs_opt_mac = *ether_addr;
|
| H A D | network-internal.h | 29 bool net_match_config(const struct ether_addr *match_mac, 38 const struct ether_addr *dev_mac,
|
| H A D | test-acd.c | 53 static int client_run(int ifindex, const struct in_addr *pa, const struct ether_addr *ha, sd_event *e) { 80 struct ether_addr ha;
|
| H A D | arp-util.c | 28 int arp_network_bind_raw_socket(int ifindex, be32_t address, const struct ether_addr *eth_mac) { 40 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, sizeof(struct ether_addr), 1, 0), /* length == sizeof(ether_addr)? */ 111 be32_t pa, const struct ether_addr *ha, 147 be32_t pa, const struct ether_addr *ha) { 152 be32_t pa, const struct ether_addr *ha) {
|
| H A D | test-ipv4ll.c | 71 be32_t pa, const struct ether_addr *ha) { 83 be32_t pa, const struct ether_addr *ha) { 94 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac) { 105 struct ether_addr mac_addr = { 155 struct ether_addr mac_addr = {
|
| H A D | test-ndisc-rs.c | 27 static struct ether_addr mac_addr = { 82 int icmp6_send_router_solicitation(int s, const struct ether_addr *ether_addr) { argument
|
| H A D | test-ipv4ll-manual.c | 61 static int client_run(int ifindex, const char *seed_str, const struct ether_addr *ha, sd_event *e) { 94 struct ether_addr ha;
|
| H A D | lldp-port.c | 87 const struct ether_addr *addr,
|
| H A D | lldp-tlv.h | 67 struct ether_addr mac;
|
| /systemd/src/network/ |
| H A D | networkd-netdev-veth.h | 30 struct ether_addr *mac_peer;
|
| H A D | networkd-fdb.h | 31 struct ether_addr *mac_addr;
|
| H A D | networkd-fdb.c | 35 struct ether_addr *mac_addr = NULL; 51 mac_addr = new0(struct ether_addr, 1);
|
| H A D | networkd-network.h | 67 struct ether_addr *match_mac; 137 struct ether_addr *mac; 168 int network_get(Manager *manager, struct udev_device *device, const char *ifname, const struct ether_addr *mac, Network **ret);
|
| /systemd/src/basic/ |
| H A D | ether-addr-util.c | 27 char* ether_addr_to_string(const struct ether_addr *addr, char buffer[ETHER_ADDR_TO_STRING_MAX]) {
|
| H A D | ether-addr-util.h | 29 char* ether_addr_to_string(const struct ether_addr *addr, char buffer[ETHER_ADDR_TO_STRING_MAX]);
|
| /systemd/src/libsystemd/sd-netlink/ |
| H A D | netlink-util.h | 36 int rtnl_set_link_properties(sd_netlink **rtnl, int ifindex, const char *alias, const struct ether_addr *mac, unsigned mtu);
|
| /systemd/src/systemd/ |
| H A D | sd-ipv4acd.h | 46 int sd_ipv4acd_set_mac(sd_ipv4acd *ll, const struct ether_addr *addr);
|
| H A D | sd-ipv4ll.h | 45 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr);
|
| H A D | sd-lldp.h | 48 int sd_lldp_new(int ifindex, const char *ifname, const struct ether_addr *mac, sd_lldp **ret);
|
| H A D | sd-ndisc.h | 53 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr);
|
| /systemd/src/udev/net/ |
| H A D | link-config.h | 53 struct ether_addr *match_mac; 64 struct ether_addr *mac;
|
| /systemd/src/nspawn/ |
| H A D | nspawn-network.c | 44 struct ether_addr *mac, 91 const struct ether_addr *mac_host, 93 const struct ether_addr *mac_container) { 165 struct ether_addr mac_host, mac_container; 221 struct ether_addr mac_host, mac_container; 368 struct ether_addr mac;
|