Searched refs:split_if_spec (Results 1 – 8 of 8) sorted by relevance
/linux/arch/um/drivers/ |
H A D | umcast_kern.c | 81 remain = split_if_spec(str, mac_out, &init->addr, &port_str, &ttl_str, in mcast_setup() 127 remain = split_if_spec(str, mac_out, &init->addr, in ucast_setup()
|
H A D | daemon_kern.c | 70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup()
|
H A D | slirp_kern.c | 78 str = split_if_spec(str, mac_out, NULL); in slirp_setup()
|
H A D | vde_kern.c | 82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup()
|
H A D | net_user.c | 250 char *split_if_spec(char *str, ...) in split_if_spec() function
|
H A D | net_kern.c | 879 remain = split_if_spec(str, dev_name, mac_out, gate_addr, NULL); in tap_setup_common()
|
/linux/arch/um/include/shared/ |
H A D | net_user.h | 48 extern char *split_if_spec(char *str, ...);
|
/linux/arch/xtensa/platforms/iss/ |
H A D | network.c | 94 static char *split_if_spec(char *str, ...) in split_if_spec() function 240 rem = split_if_spec(init + 1, &mac_str, &dev_name, NULL); in tuntap_probe()
|