iface_valid_name
Description:
[ Version ( since = "0.9.8" ) ]
public bool iface_valid_name (string name)
This function is a 1:1 copy of the kernel's interface validation function in net/core/dev.
c.
Parameters:
Returns:
true if interface name is valid, otherwise false is returned.
|