HomeSort by relevance Sort by last modified time
    Searched refs:pktlen (Results 1 - 5 of 5) 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/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);

Completed in 77 milliseconds