Home
last modified time | relevance | path

Searched defs:ifname (Results 1 – 25 of 47) sorted by relevance

12

/systemd-251/src/network/generator/
Dnetwork-generator.c174 _cleanup_free_ char *ifname = NULL; in network_new() local
207 Network *network_get(Context *context, const char *ifname) { in network_get()
224 _cleanup_free_ char *kind = NULL, *ifname = NULL; in netdev_new() local
260 NetDev *netdev_get(Context *context, const char *ifname) { in netdev_get()
284 _cleanup_free_ char *ifname = NULL, *filename = NULL; in link_new() local
337 static int network_set_dhcp_type(Context *context, const char *ifname, const char *dhcp_type) { in network_set_dhcp_type()
357 static int network_set_hostname(Context *context, const char *ifname, const char *hostname) { in network_set_hostname()
367 static int network_set_mtu(Context *context, const char *ifname, int family, const char *mtu) { in network_set_mtu()
377 static int network_set_mac_address(Context *context, const char *ifname, const char *mac) { in network_set_mac_address()
387 static int network_set_address(Context *context, const char *ifname, int family, unsigned char pref… in network_set_address()
[all …]
Dtest-network-generator.c7 static void test_network_one(const char *ifname, const char *key, const char *value, const char *ex… in test_network_one()
20 static void test_network_two(const char *ifname, in test_network_two()
39 static void test_netdev_one(const char *ifname, const char *key, const char *value, const char *exp… in test_netdev_one()
Dnetwork-generator.h55 char *ifname; member
78 char *ifname; member
90 char *ifname; member
/systemd-251/src/libsystemd-network/
Dnetwork-common.c6 int get_ifname(int ifindex, char **ifname) { in get_ifname()
Dtest-acd.c59 static int test_acd(const char *ifname, const char *address) { in test_acd()
Dtest-ipv4ll-manual.c74 static int test_ll(const char *ifname, const char *seed) { in test_ll()
Dndisc-internal.h21 char *ifname; member
Dlldp-rx-internal.h15 char *ifname; member
/systemd-251/src/network/wait-online/
Dlink.c11 int link_new(Manager *m, Link **ret, int ifindex, const char *ifname) { in link_new()
66 const char *ifname; in link_update_rtnl() local
Dmanager.c119 const char *ifname; in manager_configured() local
182 const char *ifname; in manager_process_link() local
Dlink.h16 char *ifname; member
Dwait-online.c58 _cleanup_free_ char *ifname = NULL; in parse_interface_with_operstate_range() local
/systemd-251/src/shared/
Dethtool-util.c269 int ethtool_get_driver(int *ethtool_fd, const char *ifname, char **ret) { in ethtool_get_driver()
305 const char *ifname, in ethtool_get_link_info()
351 int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw_addr_data *ret) { in ethtool_get_permanent_hw_addr()
411 const char *ifname, in ethtool_set_wol()
481 int ethtool_set_nic_buffer_size(int *ethtool_fd, const char *ifname, const netdev_ring_param *ring)… in ethtool_set_nic_buffer_size()
529 static int get_stringset(int ethtool_fd, const char *ifname, enum ethtool_stringset stringset_id, s… in get_stringset()
581 static int get_features(int ethtool_fd, const char *ifname, uint32_t n_features, struct ethtool_gfe… in get_features()
693 int ethtool_set_features(int *ethtool_fd, const char *ifname, const int features[static _NET_DEV_FE… in ethtool_set_features()
923 const char *ifname, in ethtool_set_glinksettings()
1019 int ethtool_set_channels(int *fd, const char *ifname, const netdev_channels *channels) { in ethtool_set_channels()
[all …]
Dnetif-util.c124 const char *ifname; member
128 const char *ifname, in net_verify_hardware_address()
Dlog-link.h6 #define log_interface_full_errno_zerook(ifname, level, error, ...) \ argument
13 #define log_interface_full_errno(ifname, level, error, ...) \ argument
Dnet-condition.h20 char **ifname; member
Dnet-condition.c77 static bool net_condition_test_ifname(char * const *patterns, const char *ifname, char * const *alt… in net_condition_test_ifname()
128 const char *ifname, in net_match_config()
/systemd-251/src/basic/
Dsysctl-util.c79 int sysctl_write_ip_property(int af, const char *ifname, const char *property, const char *value) { in sysctl_write_ip_property()
120 int sysctl_read_ip_property(int af, const char *ifname, const char *property, char **ret) { in sysctl_read_ip_property()
Dsysctl-util.h18 static inline int sysctl_write_ip_property_boolean(int af, const char *ifname, const char *property… in sysctl_write_ip_property_boolean()
/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c164 char *ifname = userdata; in link_handler() local
184 char *ifname; in test_event_loop() local
216 char *ifname; in test_async() local
249 char *ifname; in test_slot_set() local
286 char *ifname; member
329 char *ifname; in test_async_destroy_callback() local
Dnetlink-util.c235 int rtnl_set_link_alternative_names_by_ifname(sd_netlink **rtnl, const char *ifname, char * const *… in rtnl_set_link_alternative_names_by_ifname()
528 _cleanup_free_ char *ifname = NULL; in multipath_route_dup() local
Dnetlink-util.h24 char *ifname; member
/systemd-251/src/network/
Dnetworkd-wifi.c43 const char *family, *ifname; in manager_genl_process_nl80211_config() local
/systemd-251/src/udev/
Dudev-netlink.h15 char *ifname; /* IFLA_IFNAME */ member
/systemd-251/src/nspawn/
Dnspawn-network.c106 static int set_alternative_ifname(sd_netlink *rtnl, const char *ifname, const char *altifname) { in set_alternative_ifname()
204 static int shorten_ifname(char *ifname) { in shorten_ifname()

12