Searched defs:str (Results 1 – 11 of 11) sorted by relevance
/smoltcp-0.9.1/examples/ |
D | utils.rs | 22 pub fn setup_logging_with_clock<F>(filter: &str, since_startup: F) in setup_logging_with_clock() 63 pub fn setup_logging(filter: &str) { in setup_logging() 94 pub fn add_tuntap_options(opts: &mut Options, _free: &mut [&str]) { in add_tuntap_options() 110 pub fn add_middleware_options(opts: &mut Options, _free: &mut [&str]) { in add_middleware_options()
|
/smoltcp-0.9.1/utils/ |
D | packet2pcap.rs | 26 fn print_usage(program: &str, opts: Options) { in print_usage()
|
/smoltcp-0.9.1/fuzz/ |
D | utils.rs | 48 pub fn add_middleware_options(opts: &mut Options, _free: &mut Vec<&str>) { in add_middleware_options()
|
/smoltcp-0.9.1/src/phy/sys/ |
D | raw_socket.rs | 20 pub fn new(name: &str, medium: Medium) -> io::Result<RawSocketDesc> { in new()
|
D | tuntap_interface.rs | 20 pub fn new(name: &str, medium: Medium) -> io::Result<TunTapInterfaceDesc> { in new()
|
D | bpf.rs | 71 pub fn new(name: &str, _medium: Medium) -> io::Result<BpfDevice> { in new()
|
/smoltcp-0.9.1/src/wire/ |
D | pretty_print.rs | 102 pub fn new(prefix: &'static str, buffer: &'a dyn AsRef<[u8]>) -> PrettyPrinter<'a, T> { in new()
|
D | dhcpv4.rs | 398 pub fn get_sname(&self) -> Result<&str> { in get_sname() 409 pub fn get_boot_file(&self) -> Result<&str> { in get_boot_file()
|
/smoltcp-0.9.1/src/phy/ |
D | tuntap_interface.rs | 30 pub fn new(name: &str, medium: Medium) -> io::Result<TunTapInterface> { in new()
|
D | raw_socket.rs | 29 pub fn new(name: &str, medium: Medium) -> io::Result<RawSocket> { in new()
|
/smoltcp-0.9.1/src/socket/ |
D | dns.rs | 201 name: &str, in start_query()
|