Home | History | Annotate | Download | only in if_tun

Lines Matching refs:atf_check

50 	atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_LOCAL}
76 atf_check -s exit:0 -o match:" $flags " -e ignore -x \
78 atf_check -s exit:0 -o match:" $gw " -e ignore -x \
80 atf_check -s exit:0 -o match:" $iface" -e ignore -x \
87 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_LOCAL}
88 atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${SOCK_REMOTE}
92 atf_check -s exit:0 rump.ifconfig shmif0 create
93 atf_check -s exit:0 rump.ifconfig shmif0 linkstr $BUS
94 atf_check -s exit:0 rump.ifconfig shmif0 ${IP_LOCAL}/24 up
95 atf_check -s exit:0 rump.ifconfig -w 10
99 atf_check -s exit:0 rump.ifconfig shmif0 create
100 atf_check -s exit:0 rump.ifconfig shmif0 linkstr $BUS
101 atf_check -s exit:0 rump.ifconfig shmif0 ${IP_REMOTE}/24 up
102 atf_check -s exit:0 rump.ifconfig -w 10
105 atf_check -s exit:0 rump.ifconfig tun0 create
106 atf_check -s exit:0 rump.ifconfig tun0 ${IP_LOCAL} ${IP_REMOTE} up
107 atf_check -s exit:0 \
113 atf_check -s exit:0 rump.ifconfig tun0 create
114 atf_check -s exit:0 rump.ifconfig tun0 ${IP_REMOTE} ${IP_LOCAL} up
115 atf_check -s exit:0 \