Searched refs:testno (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tools/regression/sockets/so_setfib/
H A Dso_setfib.c90 static int testno = 1; variable
105 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name,
109 "SO_SETFIB, %d, ..) unexpectedly succeeded\n", testno,
112 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name,
116 "SO_SETFIB, %d, ..) unexpected error: %s\n", testno,
120 printf("not ok %d %s_%s_%d\n", testno, t_dom[dom].name,
124 testno++;
145 printf("not ok %d %s_%s # socket(): %s\n", testno,
147 testno++;
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh111 local _l i testno
122 testno=1
129 check_rc $? 0 ${testno} "check_local_addr_${i}_l" \
131 testno=$((testno + 1))
134 check_rc $? 0 ${testno} "check_local_addr_${i}_a" \
136 testno=$((testno + 1))
149 local _l i testno IFACE _msg
162 testno
[all...]
H A Dforwarding.sh385 testno=$((testno + 1))
466 local maxfibs _msg _addr port fib i _txt testno _rc _reply
474 testno=1
490 check_rc $? ${_rc} ${testno} "${_msg}_${i}_tcp" \
492 testno=$((testno + 1))
498 check_rc $? ${_rc} ${testno} "${_msg}_${i}_udp" \
503 testno=$((testno
[all...]
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c205 "[-z value] [testno]\n", getprogname());
216 testno Run one test by its number (require the -t option)\n\n");
351 u_int testno, zvalue; local
412 testno = strtonum(argv[optind], 0, UINT_MAX, &errstr);
415 if (stream_flag && testno >= TEST_STREAM_TBL_SIZE)
417 "sockets does not exist", testno);
418 if (dgram_flag && testno >= TEST_DGRAM_TBL_SIZE)
420 "sockets does not exist", testno);
422 testno = 0;
425 if (testno !
[all...]

Completed in 139 milliseconds