| /src/tests/sbin/ifconfig/ |
| t_repeated_mtu.sh | 34 atf_set "descr" "Check with ifconfig(8) that setting MTUs works" 44 # This sequence covers both valid and invalid MTUs; we are 47 mtus=$(seq -10000 1000 90000) 58 for j in $mtus; do
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| dtls_mtu_test.c | 55 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)) { 97 * Now for all values in the range of payload MTUs, send a payload of 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] an [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| dtls_mtu_test.c | 55 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)) { 97 * Now for all values in the range of payload MTUs, send a payload of 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] an [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| dtls_mtu_test.c | 56 size_t mtus[30]; local 84 mtus[i] = DTLS_get_data_mtu(clnt_ssl); 88 500 + i, (unsigned long)mtus[i]); 89 if (!TEST_size_t_ne(mtus[i], 0)) { 99 * Now for all values in the range of payload MTUs, send a payload of 102 for (s = mtus[0]; s <= mtus[29]; s++) { 112 /* DTLS_get_data_mtu() with record MTU 500+i returned mtus[i] ... */ 114 if (!TEST_false(s <= mtus[i] && reclen > (size_t)(500 + i))) { 116 * We sent a packet smaller than or equal to mtus[j] an [all...] |
| /src/sys/dev/pci/cxgb/ |
| cxgb_ctl_defs.h | 58 const unsigned short *mtus; /* the MTU table values */ member in struct:mtutab
|
| cxgb_offload.h | 190 const unsigned short *mtus; member in struct:toe_data
|
| cxgb_t3_hw.c | 2683 static void __devinit init_mtus(unsigned short mtus[]) 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[8] = 1500 [all...] |
| cxgb_ioctl.h | 171 uint16_t mtus[NMTUS]; member in struct:ch_mtus
|
| cxgb_common.h | 383 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]);
|
| cxgb_offload.c | 394 mtup->mtus = adapter->params.mtus; 1390 t->mtus = mtutab.mtus;
|
| /src/usr.sbin/traceroute/ |
| traceroute.c | 380 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 */
|