HomeSort by relevance Sort by last modified time
    Searched refs:mtu (Results 276 - 300 of 311) sorted by null

<<111213

  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 398 int EstimateMTU(uint16* mtu) {
406 // Gets the interface MTU (TTL=1) for the interface used to reach |addr|.
420 *mtu = PACKET_MAXIMUMS[level];
431 // and let the caller pick a default MTU.
435 // Gets the path MTU.
445 *mtu = value;
    [all...]
  /external/dhcpcd/
ipv6rs.c 279 struct nd_opt_mtu *mtu; local
452 mtu = (struct nd_opt_mtu *)p;
454 ntohl(mtu->nd_opt_mtu_mtu));
607 optn = "mtu";
  /external/dnsmasq/src/
dhcp.c 36 int mtu = IP_PMTUDISC_DONT; local
44 setsockopt(fd, SOL_IP, IP_MTU_DISCOVER, &mtu, sizeof(mtu)) == -1 ||
dnsmasq.h 344 int dhcp_ok, mtu; member in struct:irec
  /external/ppp/pppd/
tty.c 813 tty_do_send_config(mtu, accm, pcomp, accomp)
814 int mtu;
819 tty_send_config(mtu, accm, pcomp, accomp);
    [all...]
main.c 1098 ppp_send_config(unit, mtu, accm, pcomp, accomp)
1099 int unit, mtu;
1108 (*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 },
1878 int mtu, mru; local
    [all...]
sys-linux.c 216 static int link_mtu; /* mtu for the link (not bundle) */
653 /* set the mrru, mtu and flags */
1155 * netif_set_mtu - set the MTU on the PPP network interface.
1158 netif_set_mtu(int unit, int mtu)
1164 ifr.ifr_mtu = mtu;
1171 * netif_get_mtu - get the MTU on the PPP network interface.
1194 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1200 link_mtu = mtu;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 153 UINT16 mtu; member in struct:__anon3367
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 559 evt_data.connect_ind.mtu = p_data->open.peer_mtu;
  /external/iproute2/doc/
ip-cref.tex 277 \item \verb|mtu NUMBER|
279 --- change the MTU of the device.
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
356 5: sit0@NONE: <NOARP,UP> mtu 1480 qdisc noqueue
359 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop
381 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines
487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
729 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 572 cs.mtu = p_bta_av_cfg->audio_mtu;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 675 ** Description Returns the remote device's MTU size
886 /* Remember the remote MTU size */
896 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size))
901 p_ccb->rem_mtu_size = p_cfg->mtu;
    [all...]
gap_ble.c 454 GAP_TRACE_EVENT1("Get MTU exchange new mtu size: %d", p_data->mtu);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 284 void PseudoTcp::NotifyMTU(uint16 mtu) {
285 m_mtu_advise = mtu;
923 LOG_F(LS_VERBOSE) << "MTU too small";
  /external/libppp/src/
iface.c 156 iface->mtu = 0;
679 prompt_Printf(arg->prompt, "> mtu %lu has %d address%s:\n", iface->mtu,
route.c 474 * Update the MTU on all routes for the given interface
524 " mtu %lu\n", rtm->rtm_index, Index2Nam(rtm->rtm_index),
525 ncprange_ntoa(&dst), bundle->iface->mtu);
896 rtmes.m_rtm.rtm_rmx.rmx_mtu = bundle->iface->mtu;
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 299 ParcelFileDescriptor tun = ParcelFileDescriptor.adoptFd(jniCreate(config.mtu));
462 private native int jniCreate(int mtu);
559 "usepeerdns", "idle", "1800", "mtu", "1400", "mru", "1400",
569 "usepeerdns", "idle", "1800", "mtu", "1400", "mru", "1400",
    [all...]
  /external/iproute2/ip/
iproute.c 37 [RTAX_MTU] = "mtu",
68 fprintf(stderr, "OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ]\n");
745 } else if (strcmp(*argv, "mtu") == 0) {
746 unsigned mtu; local
752 if (get_unsigned(&mtu, *argv, 0))
753 invarg("\"mtu\" value is invalid\n", *argv);
754 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu);
    [all...]
  /external/ping6/
ping6.c 238 int pathmtu = 0; /* path MTU for the destination. 0 = unspec. */
1147 int mtu; local
1152 * a path MTU notification.)
1154 if ((mtu = get_pathmtu(&m)) > 0) {
1156 printf("new path MTU (%d) is "
1157 "notified\n", mtu);
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 362 unsigned mtu; /* interface MTU value */ member in struct:net_device
skbuff.h     [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /external/openssl/include/openssl/
ssl.h 677 #define SSL_set_mtu(ssl, mtu) \
678 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
    [all...]

Completed in 1277 milliseconds

<<111213