HomeSort by relevance Sort by last modified time
    Searched refs:mtu (Results 501 - 525 of 558) sorted by null

<<212223

  /external/libnl/lib/route/
link.c 29 * - MTU (>= 2.6.9)
473 nl_dump_line(p, " mtu %u ", link->l_mtu);
692 diff |= LINK_DIFF(MTU, a->l_mtu != b->l_mtu);
717 __ADD(LINK_ATTR_MTU, mtu)
    [all...]
  /external/ppp/pppd/
main.c 1165 ppp_send_config(unit, mtu, accm, pcomp, accomp)
1166 int unit, mtu;
1175 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
    [all...]
lcp.c 131 { "mtu", o_int, &lcp_allowoptions[0].mru,
132 "Set our MTU", OPT_LIMITS, NULL, MAXMRU, MINMRU },
1901 int mtu, mru; local
    [all...]
sys-linux.c 219 static int link_mtu; /* mtu for the link (not bundle) */
660 /* set the mrru, mtu and flags */
1189 * netif_set_mtu - set the MTU on the PPP network interface.
1192 netif_set_mtu(int unit, int mtu)
1198 ifr.ifr_mtu = mtu;
1205 * netif_get_mtu - get the MTU on the PPP network interface.
1228 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1234 link_mtu = mtu;
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 404 int PhysicalSocket::EstimateMTU(uint16_t* mtu) {
412 // Gets the interface MTU (TTL=1) for the interface used to reach |addr|.
434 *mtu = PACKET_MAXIMUMS[level];
445 // and let the caller pick a default MTU.
449 // Gets the path MTU.
459 *mtu = value;
    [all...]
sslstreamadapter_unittest.cc 415 LOG(LS_INFO) << "Dropping packet > mtu, size=" << data_len;
455 void SetMtu(size_t mtu) {
456 mtu_ = mtu;
876 // Test a handshake with small MTU
    [all...]
  /external/avahi/avahi-core/
response-sched.c 224 if (!(p = avahi_dns_packet_new_response(s->interface->hardware->mtu, 1)))
  /external/libpcap/
pcap-linux.c 3893 int mtu; local
6048 int mtu; local
    [all...]
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 39 void OnMtuChanged(int status, const char *address, int mtu) override {}
  /system/bt/stack/mcap/
mca_cact.c 557 evt_data.connect_ind.mtu = p_data->open.peer_mtu;
  /external/iproute2/doc/
ip-cref.tex 312 \item \verb|mtu NUMBER|
314 --- change the MTU of the device.
388 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
391 5: sit0@NONE: <NOARP,UP> mtu 1480 qdisc noqueue
394 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop
416 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines
522 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
564 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
764 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
    [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 280 void PseudoTcp::NotifyMTU(uint16_t mtu) {
281 m_mtu_advise = mtu;
992 LOG_F(LS_VERBOSE) << "MTU too small";
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.cc     [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpManager.java     [all...]
  /system/connectivity/shill/
manager.h 113 // The minimum MTU value that will be respected in DHCP responses.
405 virtual void SetMinimumMTU(const int mtu) { props_.minimum_mtu = mtu; }
    [all...]
  /system/bt/btif/src/
btif_gatt_server.c 333 , p_data->req_data.p_data->mtu
  /system/bt/stack/gap/
gap_ble.c 358 GAP_TRACE_EVENT("Get MTU exchange new mtu size: %d", p_data->mtu);
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 333 ProcessInt32(parameters, kMtuParameterThirdPartyVpn, &ip_properties_.mtu,
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]
  /system/bt/service/test/
low_energy_client_unittest.cpp 98 int mtu) {
100 last_mtu_ = mtu;
    [all...]
  /system/extras/tests/net_test/
multinetwork_test.py 671 # Socket options to get the MTU.
678 unused_sockaddr, mtu = struct.unpack("=28sI", ip6_mtuinfo)
679 return mtu
729 # If this is a connected socket, make sure the socket MTU was set.
737 # connecting another socket to the same destination and getting its MTU.
744 # Also check the MTU reported by ip route get, this time using the oif.
754 """Tests IPv4 path MTU discovery.
781 # Making Path MTU Discovery work on unmarked sockets requires that mark
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 834 int mtu; local
838 mtu = if_getmtu(ifp->name);
839 if (mtu < MTU_MIN) {
842 } else if (mtu > MTU_MAX) {
843 /* Even though our MTU could be greater than
846 mtu = MTU_MAX;
848 sz = htons((uint16_t)mtu);
    [all...]
ipv6.c     [all...]
  /external/iproute2/ip/
iproute.c 44 [RTAX_MTU] = "mtu",
83 fprintf(stderr, "OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ] [ as [ to ] ADDRESS ]\n");
929 } else if (strcmp(*argv, "mtu") == 0) {
930 unsigned mtu; local
936 if (get_unsigned(&mtu, *argv, 0))
937 invarg("\"mtu\" value is invalid\n", *argv);
938 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu);
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]

Completed in 741 milliseconds

<<212223