Searched refs:pktlen (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_axge.c | 526 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/ |
D | chap-new.c | 105 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/ |
D | ematch_grammar.l | 118 pktlen return META_PKTLEN;
|
/third_party/curl/lib/vquic/ |
D | ngtcp2.c | 1762 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/ |
D | meta.c | 178 __ADD(TCF_META_ID_PKTLEN, pktlen),
|