/systemd-251/src/network/generator/ |
D | network-generator.c | 174 _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 …]
|
D | test-network-generator.c | 7 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()
|
D | network-generator.h | 55 char *ifname; member 78 char *ifname; member 90 char *ifname; member
|
/systemd-251/src/libsystemd-network/ |
D | network-common.c | 6 int get_ifname(int ifindex, char **ifname) { in get_ifname()
|
D | test-acd.c | 59 static int test_acd(const char *ifname, const char *address) { in test_acd()
|
D | test-ipv4ll-manual.c | 74 static int test_ll(const char *ifname, const char *seed) { in test_ll()
|
D | ndisc-internal.h | 21 char *ifname; member
|
D | lldp-rx-internal.h | 15 char *ifname; member
|
/systemd-251/src/network/wait-online/ |
D | link.c | 11 int link_new(Manager *m, Link **ret, int ifindex, const char *ifname) { in link_new() 66 const char *ifname; in link_update_rtnl() local
|
D | manager.c | 119 const char *ifname; in manager_configured() local 182 const char *ifname; in manager_process_link() local
|
D | link.h | 16 char *ifname; member
|
D | wait-online.c | 58 _cleanup_free_ char *ifname = NULL; in parse_interface_with_operstate_range() local
|
/systemd-251/src/shared/ |
D | ethtool-util.c | 269 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 …]
|
D | netif-util.c | 124 const char *ifname; member 128 const char *ifname, in net_verify_hardware_address()
|
D | log-link.h | 6 #define log_interface_full_errno_zerook(ifname, level, error, ...) \ argument 13 #define log_interface_full_errno(ifname, level, error, ...) \ argument
|
D | net-condition.h | 20 char **ifname; member
|
D | net-condition.c | 77 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/ |
D | sysctl-util.c | 79 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()
|
D | sysctl-util.h | 18 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/ |
D | test-netlink.c | 164 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
|
D | netlink-util.c | 235 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
|
D | netlink-util.h | 24 char *ifname; member
|
/systemd-251/src/network/ |
D | networkd-wifi.c | 43 const char *family, *ifname; in manager_genl_process_nl80211_config() local
|
/systemd-251/src/udev/ |
D | udev-netlink.h | 15 char *ifname; /* IFLA_IFNAME */ member
|
/systemd-251/src/nspawn/ |
D | nspawn-network.c | 106 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()
|