Home
last modified time | relevance | path

Searched refs:link (Results 1 – 16 of 16) sorted by relevance

/sys/amd64/
Dirq.c28 LIST_FOREACH(h, &handlers[irq], link) in IRQ_Handler()
39 LIST_INSERT_HEAD(&handlers[irq], h, link); in IRQ_Register()
47 LIST_REMOVE(h, link); in IRQ_Unregister()
Dkernel.lds112 actually link against crtbegin.o; the
/lib/liblwip/src/netif/ppp/
Dppp.c712 LINK_STATS_INC(link.err); in nPut()
723 LINK_STATS_INC(link.xmit); in nPut()
746 LINK_STATS_INC(link.memerr); in pppAppend()
777 LINK_STATS_INC(link.memerr); in pppifOutputOverEthernet()
778 LINK_STATS_INC(link.proterr); in pppifOutputOverEthernet()
796 LINK_STATS_INC(link.err); in pppifOutputOverEthernet()
803 LINK_STATS_INC(link.xmit); in pppifOutputOverEthernet()
829 LINK_STATS_INC(link.opterr); in pppifOutput()
830 LINK_STATS_INC(link.drop); in pppifOutput()
838 LINK_STATS_INC(link.rterr); in pppifOutput()
[all …]
Dppp_oe.c576 LINK_STATS_INC(link.lenerr); in pppoe_data_input()
616 LINK_STATS_INC(link.lenerr); in pppoe_data_input()
1071 LINK_STATS_INC(link.lenerr); in pppoe_xmit()
/lib/liblwip/src/netif/
Dethernetif.c147 LINK_STATS_INC(link.xmit);
203 LINK_STATS_INC(link.recv);
206 LINK_STATS_INC(link.memerr);
207 LINK_STATS_INC(link.drop);
DFILES10 adapt this for other link layers (such as Firewire).
Dslipif.c189 LINK_STATS_INC(link.recv); in slipif_rxbyte()
225 LINK_STATS_INC(link.drop); in slipif_rxbyte()
Detharp.c894 LINK_STATS_INC(link.lenerr);
/lib/liblwip/src/core/
Dnetif.c634 LINK_STATS_INC(link.memerr); in netif_loop_output()
635 LINK_STATS_INC(link.drop); in netif_loop_output()
645 LINK_STATS_INC(link.memerr); in netif_loop_output()
646 LINK_STATS_INC(link.drop); in netif_loop_output()
656 LINK_STATS_INC(link.memerr); in netif_loop_output()
657 LINK_STATS_INC(link.drop); in netif_loop_output()
679 LINK_STATS_INC(link.xmit); in netif_loop_output()
744 LINK_STATS_INC(link.recv); in netif_poll()
/lib/liblwip/src/arch/
Detherif.c236 LINK_STATS_INC(link.recv); in low_level_input()
239 LINK_STATS_INC(link.memerr); in low_level_input()
240 LINK_STATS_INC(link.drop); in low_level_input()
/sys/include/
Dirq.h11 LIST_ENTRY(IRQHandler) link;
Dqueue.h121 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument
140 #define QMD_SAVELINK(name, link) argument
/lib/liblwip/src/include/lwip/
Dstats.h115 struct stats_proto link; member
225 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK")
/lib/liblwip/
DUPGRADING135 * Some improvements for AutoIP (don't route/forward link-local addresses, don't break
DCHANGELOG64 Added pbuf flags to mark incoming packets as link-layer broadcast/multicast.
332 link-layer-addressed UDP traffic to be received while a netif is down (just
512 * ppp.c/.h: Fixed bug #27856: PPP: Set netif link- and status-callback
569 * ppp.c: Fixed bug #32648 (PPP code crashes when terminating a link) by only
622 must be sent link-local
759 aborting existing connection on address change, filter out link-local
766 * ipv4/ip.c: Don't try to forward link-local addresses
799 LWIP_NETIF_LINK_CALLBACK set on) by only sending if both link- and
819 * netif.c: netif_set_link_up/down: only do something if the link state
863 * netif.c: Don't call the link-callback from netif_set_up/down() since
[all …]
/docs/
DDoxyfile366 # When enabled doxygen tries to link words that correspond to documented
367 # classes, or namespaces to their corresponding documentation. Such a link can
1185 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
1186 # link to the documentation.