Searched refs:linkstr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/usr.sbin/traceroute/
H A Dt_traceroute.sh48 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ${bus}
67 atf_check -s exit:0 rump.ifconfig shmif0 linkstr bus1
71 atf_check -s exit:0 rump.ifconfig shmif1 linkstr bus2
/netbsd-6-1-5-RELEASE/tests/rump/rumpnet/
H A Dt_shmif.sh42 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
/netbsd-6-1-5-RELEASE/tests/net/icmp/
H A Dt_ping2.sh47 env RUMP_SERVER=${sock} rump.ifconfig shmif0 linkstr bus
/netbsd-6-1-5-RELEASE/tests/fs/nfs/
H A Dt_rquotad.sh66 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
122 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
/netbsd-6-1-5-RELEASE/tests/lib/librumphijack/
H A Dt_tcpip.sh165 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
210 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Difconfig.c209 , {.k_word = "linkstr", .k_nextparser = &parse_linkstr.ps_parser }
210 , {.k_word = "-linkstr", .k_exec = unsetlinkstr,
247 struct pstr parse_linkstr = PSTR_INITIALIZER(&parse_linkstr, "linkstr",
248 setlinkstr, "linkstr", &command_root.pb_parser);
1231 /* interface supports linkstr? */
1237 err(EXIT_FAILURE, "malloc linkstr buf failed");
1241 err(EXIT_FAILURE, "failed to query linkstr");
1325 char *linkstr; local
1327 data = (prop_data_t)prop_dictionary_get(env, "linkstr");
1334 linkstr
[all...]

Completed in 124 milliseconds