Searched refs:MTU (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/dtlsEcho/
H A DdtlsEchoServer.c64 #define MTU 2048 macro
65 static unsigned char readBuffer[MTU];
81 len = read(fd, readBuffer, MTU);
301 unsigned char buffer[MTU];
305 while((ortn=SSLRead(ctx, buffer, MTU, &readLen))==errSSLWouldBlock);
H A DdtlsEchoClient.c69 #define MTU 2048 macro
70 static unsigned char readBuffer[MTU];
86 len = read(fd, readBuffer, MTU);
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.h63 WORD MTU; /* HiPerformance data, N/A */ member in struct:__anon9343
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c93 #define MTU 2048 macro
H A Dst_test.c241 #define MTU 8000 macro
242 static unsigned char readBuffer[MTU];
259 len = read(fd, readBuffer, MTU);
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb527 IP_MTU_DISCOVER nil Path MTU discovery
673 IPV6_PATHMTU nil Retrieve current path MTU
684 IPV6_RECVPATHMTU nil Receive current path MTU with datagram
686 IPV6_USE_MIN_MTU nil Use the minimum MTU size
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dos.c929 int rc, MTU, has_ip_addr; local
999 MTU = pkt_get_mtu();
1002 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslpconf.vim52 \ randomWaitBound MTU maxResults
/macosx-10.10.1/configd-699.1.5/Plugins/LinkConfiguration/
H A Dlinkconfig.c287 #pragma mark MTU
340 /* could not get current MTU */
352 /* get base MTU */
371 /* if requested MTU outside of the valid range */
535 /* preserve current MTU */
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c339 #define MTU "MTU" macro
672 { SC_10_2, NETPROP ETHERNET, MTU, NULL, CFNUMBER },
998 { SC_10_1, NETPROP PPP, LCP MTU, NULL, CFNUMBER },
1145 { SC_10_7_IPHONE_4_0_PRIVATE, NETPROP VPN, MTU, NULL, CFNUMBER },
/macosx-10.10.1/network_cmds-457/route.tproj/
H A Droute.c1433 printf("%8u%c ", rtm->rtm_rmx.rmx_mtu, lock(MTU));

Completed in 206 milliseconds