Searched refs:mtus (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/tests/sbin/ifconfig/
H A Dt_repeated_mtu.sh47 mtus=$(seq -10000 1000 90000)
58 for j in $mtus; do
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddtls_mtu_test.c55 size_t mtus[30]; local
82 mtus[i] = DTLS_get_data_mtu(clnt_ssl);
86 500 + i, (unsigned long)mtus[i]);
87 if (!TEST_size_t_ne(mtus[i], 0)) {
100 for (s = mtus[0]; s <= mtus[29]; s++) {
110 /* DTLS_get_data_mtu() with record MTU 500+i returned mtus[i] ... */
112 if (!TEST_false(s <= mtus[i] && reclen > (size_t)(500 + i))) {
114 * We sent a packet smaller than or equal to mtus[j] and
117 TEST_error("%s: s=%lu, mtus[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddtls_mtu_test.c55 size_t mtus[30]; local
82 mtus[i] = DTLS_get_data_mtu(clnt_ssl);
86 500 + i, (unsigned long)mtus[i]);
87 if (!TEST_size_t_ne(mtus[i], 0)) {
100 for (s = mtus[0]; s <= mtus[29]; s++) {
110 /* DTLS_get_data_mtu() with record MTU 500+i returned mtus[i] ... */
112 if (!TEST_false(s <= mtus[i] && reclen > (size_t)(500 + i))) {
114 * We sent a packet smaller than or equal to mtus[j] and
117 TEST_error("%s: s=%lu, mtus[
[all...]
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_ctl_defs.h58 const unsigned short *mtus; /* the MTU table values */ member in struct:mtutab
H A Dcxgb_offload.h190 const unsigned short *mtus; member in struct:toe_data
H A Dcxgb_t3_hw.c2683 static void __devinit init_mtus(unsigned short mtus[]) argument
2690 mtus[0] = 88;
2691 mtus[1] = 88;
2692 mtus[2] = 256;
2693 mtus[3] = 512;
2694 mtus[4] = 576;
2695 mtus[5] = 1024;
2696 mtus[6] = 1280;
2697 mtus[7] = 1492;
2698 mtus[
2767 t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS], unsigned short alpha[NCCTRL_WIN], unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) argument
2806 t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]) argument
[all...]
H A Dcxgb_ioctl.h171 uint16_t mtus[NMTUS]; member in struct:ch_mtus
H A Dcxgb_common.h383 unsigned short mtus[NMTUS]; member in struct:adapter_params
720 void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
723 void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]);
H A Dcxgb_offload.c394 mtup->mtus = adapter->params.mtus;
1390 t->mtus = mtutab.mtus;
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c380 static int mtus[] = { variable
402 static int *mtuptr = &mtus[0];
1766 * mtus[] table, trying until we hit a valid MTU.
1780 for (i = 0; mtus[i] > 0; i++) {
1781 if (mtus[i] < nextmtu) {
1782 mtuptr = &mtus[i]; /* next one to try */

Completed in 279 milliseconds