HomeSort by relevance Sort by last modified time
    Searched full:pktlen (Results 1 - 14 of 14) sorted by null

  /external/ppp/pppd/
cbcp.c 154 cbcp_input(unit, inpacket, pktlen)
157 int pktlen;
167 if (pktlen < CBCP_MINLEN) {
177 if (len > pktlen || len < CBCP_MINLEN) {
chap-new.c 131 static void chap_input(int unit, unsigned char *pkt, int pktlen);
514 chap_input(int unit, unsigned char *pkt, int pktlen)
521 if (pktlen < CHAP_HDRLEN)
526 if (len < CHAP_HDRLEN || len > pktlen)
  /external/iputils/doc/
tracepath.sgml 20 <arg choice="opt">-l <replaceable/pktlen/</arg>
66 Sets the initial packet length to <replaceable/pktlen/ instead of
  /external/qemu/slirp/
tftp.c 276 static void tftp_handle_rrq(struct tftp_t *tp, int pktlen)
292 n = pktlen - ((uint8_t *)&tp->x.tp_buf[0] - (uint8_t *)tp);
395 static void tftp_handle_ack(struct tftp_t *tp, int pktlen)
  /external/qemu/slirp-android/
tftp.c 279 static void tftp_handle_rrq(struct tftp_t *tp, int pktlen)
295 n = pktlen - ((uint8_t *)&tp->x.tp_buf[0] - (uint8_t *)tp);
397 static void tftp_handle_ack(struct tftp_t *tp, int pktlen)
  /external/tcpdump/
print-decnet.c 73 u_int nsplen, pktlen; local
82 pktlen = EXTRACT_LE_16BITS(ap);
83 if (pktlen < sizeof(struct shorthdr)) {
87 if (pktlen > length) {
91 length = pktlen;
157 dnaddr_string(src), dnaddr_string(dst), pktlen);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 68 if (offset < (uint)PKTLEN(osh, p))
70 offset -= PKTLEN(osh, p);
78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
97 if (offset < (uint)PKTLEN(osh, p))
99 offset -= PKTLEN(osh, p);
107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len);
129 len = PKTLEN(osh, p);
169 len = PKTLEN(osh, p);
202 len += PKTLEN(osh, p);
221 len += PKTLEN(osh, p)
    [all...]
  /external/libpcap/
bpf_image.c 100 fmt = "#pktlen";
  /external/iputils/
tracepath.c 329 fprintf(stderr, "Error: pktlen must be > %d and <= %d.\n",
tracepath6.c 585 fprintf(stderr, "Error: pktlen must be > %d and <= %d\n",
RELNOTES 34 tracepath,tracepath6: Fix pktlen message.
38 tracepath,tracepath6 doc: Fix default pktlen.
  /external/iproute2/tc/
em_meta.c 70 __A(PKTLEN, "pkt_len", "i",
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 1423 milliseconds