Home
last modified time | relevance | path

Searched refs:pktlen (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c526 uint32_t pktlen; in axge_rx_frame() local
553 pktlen = (pkt_hdr >> 16) & 0x1fff; in axge_rx_frame()
557 if (pktlen >= 6 && (int)(pos + pktlen) <= actlen) { in axge_rx_frame()
558 (void)axge_rxeof(ue, pc, pos, pktlen, pkt_hdr); in axge_rx_frame()
561 (int)pos, (int)pktlen); in axge_rx_frame()
563 pos += (pktlen + 7) & ~7; in axge_rx_frame()
/third_party/lwip/src/netif/ppp/
Dchap-new.c105 static void chap_input(ppp_pcb *pcb, unsigned char *pkt, int pktlen);
535 static void chap_input(ppp_pcb *pcb, unsigned char *pkt, int pktlen) { argument
539 if (pktlen < CHAP_HDRLEN)
544 if (len < CHAP_HDRLEN || len > pktlen)
/third_party/libnl/lib/route/cls/
Dematch_grammar.l118 pktlen return META_PKTLEN;
/third_party/curl/lib/vquic/
Dngtcp2.c1762 size_t pktlen; in ng_flush_egress() local
1777 pktlen = NGTCP2_MAX_PKTLEN_IPV4; in ng_flush_egress()
1781 pktlen = NGTCP2_MAX_PKTLEN_IPV6; in ng_flush_egress()
1814 outlen = ngtcp2_conn_writev_stream(qs->qconn, &ps.path, NULL, out, pktlen, in ng_flush_egress()
/third_party/libnl/lib/route/cls/ematch/
Dmeta.c178 __ADD(TCF_META_ID_PKTLEN, pktlen),