Lines Matching defs:ifname

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()
401 static int network_set_route(Context *context, const char *ifname, int family, unsigned char prefix… in network_set_route()
419 static int network_set_dns(Context *context, const char *ifname, const char *dns) { in network_set_dns()
438 static int network_set_dhcp_use_dns(Context *context, const char *ifname, bool value) { in network_set_dhcp_use_dns()
454 static int network_set_vlan(Context *context, const char *ifname, const char *value) { in network_set_vlan()
468 static int network_set_bridge(Context *context, const char *ifname, const char *value) { in network_set_bridge()
482 static int network_set_bond(Context *context, const char *ifname, const char *value) { in network_set_bond()
496 static int parse_cmdline_ip_mtu_mac(Context *context, const char *ifname, int family, const char *v… in parse_cmdline_ip_mtu_mac()
593 const char *hostname = NULL, *ifname, *dhcp_type, *dns, *p; in parse_cmdline_ip_address() local
688 const char *ifname, *dhcp_type, *p; in parse_cmdline_ip_interface() local