Searched refs:ether_addr (Results 1 - 25 of 46) sorted by relevance

12

/systemd/src/libsystemd-network/
H A Dicmp6-util.h25 int icmp6_send_router_solicitation(int s, const struct ether_addr *ether_addr);
H A Darp-util.h27 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 Dlldp-port.h46 struct ether_addr mac;
60 const struct ether_addr *addr,
H A Dicmp6-util.c91 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 Dnetwork-internal.h29 bool net_match_config(const struct ether_addr *match_mac,
38 const struct ether_addr *dev_mac,
H A Dtest-acd.c53 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 Darp-util.c28 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 Dtest-ipv4ll.c71 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 Dtest-ndisc-rs.c27 static struct ether_addr mac_addr = {
82 int icmp6_send_router_solicitation(int s, const struct ether_addr *ether_addr) { argument
H A Dtest-ipv4ll-manual.c61 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 Dlldp-port.c87 const struct ether_addr *addr,
H A Dlldp-tlv.h67 struct ether_addr mac;
/systemd/src/network/
H A Dnetworkd-netdev-veth.h30 struct ether_addr *mac_peer;
H A Dnetworkd-fdb.h31 struct ether_addr *mac_addr;
H A Dnetworkd-fdb.c35 struct ether_addr *mac_addr = NULL;
51 mac_addr = new0(struct ether_addr, 1);
H A Dnetworkd-network.h67 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 Dether-addr-util.c27 char* ether_addr_to_string(const struct ether_addr *addr, char buffer[ETHER_ADDR_TO_STRING_MAX]) {
H A Dether-addr-util.h29 char* ether_addr_to_string(const struct ether_addr *addr, char buffer[ETHER_ADDR_TO_STRING_MAX]);
/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-util.h36 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 Dsd-ipv4acd.h46 int sd_ipv4acd_set_mac(sd_ipv4acd *ll, const struct ether_addr *addr);
H A Dsd-ipv4ll.h45 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr);
H A Dsd-lldp.h48 int sd_lldp_new(int ifindex, const char *ifname, const struct ether_addr *mac, sd_lldp **ret);
H A Dsd-ndisc.h53 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr);
/systemd/src/udev/net/
H A Dlink-config.h53 struct ether_addr *match_mac;
64 struct ether_addr *mac;
/systemd/src/nspawn/
H A Dnspawn-network.c44 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;

Completed in 18 milliseconds

12