Searched defs:ether_addr (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd-network/
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 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

Completed in 1305 milliseconds