OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_type
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/network/stress/ns-tools/
add_ipv6addr
62
echo "Usage: $0
host_type
link_number network_portion host_portion" >&2
65
host_type
=$1
71
if [ $
host_type
!= lhost -a $
host_type
!= rhost ]; then
81
ifname=`get_ifname $
host_type
$link_num` || exit 1
83
if [ $
host_type
= lhost ]; then
initialize_if
57
echo "Usage: $0
host_type
link_num" >&2
60
host_type
=$1
64
if [ $
host_type
!= lhost -a $
host_type
!= rhost ]; then
70
ifname=`get_ifname $
host_type
$link_num` || exit 1
75
if [ $
host_type
= lhost ]; then
set_ipv4addr
62
echo "Usage: $0
host_type
link_num network_portion host_portion" >&2
65
host_type
=$1
71
if [ $
host_type
!= lhost -a $
host_type
!= rhost ]; then
82
ifname=`get_ifname $
host_type
$link_num` || exit 1
84
if [ $
host_type
= lhost ]; then
get_ifname
56
echo "Usage: $0
host_type
link_num" >&2
59
host_type
=$1
63
case $
host_type
in
87
if [ $
host_type
= lhost ]; then
/external/ltp/testcases/network/nfs/nfs_stress/
nfs_lib.sh
68
local
host_type
=rhost
71
[ -n "$LTP_NETNS" ] &&
host_type
=
74
mount_dir="[$(tst_ipaddr $
host_type
)]:$remote_dir"
76
mount_dir="$(tst_ipaddr $
host_type
):$remote_dir"
/external/curl/tests/python_dependencies/impacket/
smb3.py
119
def __init__(self, remote_name, remote_host, my_name = None,
host_type
= nmb.TYPE_SERVER, sess_port = 445, timeout=60, UDP = 0, preferredDialect = None, session = None):
221
self._NetBIOSSession = nmb.NetBIOSUDPSession(my_name, self._Connection['ServerName'], remote_host,
host_type
, sess_port, self._timeout)
223
self._NetBIOSSession = nmb.NetBIOSTCPSession(my_name, self._Connection['ServerName'], remote_host,
host_type
, sess_port, self._timeout)
[
all
...]
smb.py
[
all
...]
Completed in 976 milliseconds