Home
last modified time | relevance | path

Searched refs:xmit (Results 1 - 21 of 21) sorted by relevance

/third_party/lwip/src/core/
H A Dstats.c67 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto()
86 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", igmp->xmit)); in stats_display_igmp()
H A Dudp.c953 UDP_STATS_INC(udp.xmit);
H A Dtcp_out.c1617 TCP_STATS_INC(tcp.xmit); in tcp_output_segment()
1963 TCP_STATS_INC(tcp.xmit); in tcp_output_control_segment()
H A Dnetif.c1292 LINK_STATS_INC(link.xmit);
/third_party/lwip/src/apps/sntp/
H A Dsntp.c189 struct sntp_time xmit; member
291 sec = (s32_t)lwip_ntohl(timestamps->xmit.sec); in sntp_process()
292 frac = lwip_ntohl(timestamps->xmit.frac); in sntp_process()
/third_party/lwip/src/core/ipv4/
H A Dicmp.c243 ICMP_STATS_INC(icmp.xmit); in icmp_input()
412 ICMP_STATS_INC(icmp.xmit); in icmp_send_response()
H A Dip4.c378 IP_STATS_INC(ip.xmit);
1019 IP_STATS_INC(ip.xmit);
H A Digmp.c784 IGMP_STATS_INC(igmp.xmit);
H A Dip4_frag.c893 IPFRAG_STATS_INC(ip_frag.xmit); in ip4_frag()
H A Detharp.c1199 ETHARP_STATS_INC(etharp.xmit);
/third_party/lwip/src/core/ipv6/
H A Dicmp6.c193 ICMP6_STATS_INC(icmp6.xmit); in icmp6_input()
433 ICMP6_STATS_INC(icmp6.xmit); in icmp6_send_response_with_addrs_and_netif()
H A Dmld6.c661 MLD6_STATS_INC(mld6.xmit);
H A Dip6.c514 IP6_STATS_INC(ip6.xmit);
1293 IP6_STATS_INC(ip6.xmit);
H A Dnd6.c1360 ND6_STATS_INC(nd6.xmit);
1436 ND6_STATS_INC(nd6.xmit);
1503 ND6_STATS_INC(nd6.xmit);
H A Dip6_frag.c865 IP6_FRAG_STATS_INC(ip6_frag.xmit); in ip6_frag()
/third_party/lwip/src/include/lwip/
H A Dstats.h65 STAT_COUNTER xmit; /* Transmitted packets. */ member
81 STAT_COUNTER xmit; /* Transmitted packets. */ member
/third_party/lwip/doc/
H A DNO_SYS_SampleCode.c24 LINK_STATS_INC(link.xmit); in netif_output()
/third_party/lwip/src/netif/
H A Dbridgeif.c317 LINK_STATS_INC(link.xmit); in bridgeif_output()
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c246 LINK_STATS_INC(link.xmit); in pppoe_write()
289 LINK_STATS_INC(link.xmit); in pppoe_netif_output()
H A Dpppol2tp.c199 LINK_STATS_INC(link.xmit); in pppol2tp_write()
242 LINK_STATS_INC(link.xmit); in pppol2tp_netif_output()
H A Dpppos.c882 LINK_STATS_INC(link.xmit); in pppos_output_last()

Completed in 26 milliseconds