Searched refs:link (Results 1 – 16 of 16) sorted by relevance
| /sys/amd64/ |
| D | irq.c | 28 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()
|
| D | kernel.lds | 112 actually link against crtbegin.o; the
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 712 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 …]
|
| D | ppp_oe.c | 576 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/ |
| D | ethernetif.c | 147 LINK_STATS_INC(link.xmit); 203 LINK_STATS_INC(link.recv); 206 LINK_STATS_INC(link.memerr); 207 LINK_STATS_INC(link.drop);
|
| D | FILES | 10 adapt this for other link layers (such as Firewire).
|
| D | slipif.c | 189 LINK_STATS_INC(link.recv); in slipif_rxbyte() 225 LINK_STATS_INC(link.drop); in slipif_rxbyte()
|
| D | etharp.c | 894 LINK_STATS_INC(link.lenerr);
|
| /lib/liblwip/src/core/ |
| D | netif.c | 634 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/ |
| D | etherif.c | 236 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/ |
| D | irq.h | 11 LIST_ENTRY(IRQHandler) link;
|
| D | queue.h | 121 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument 140 #define QMD_SAVELINK(name, link) argument
|
| /lib/liblwip/src/include/lwip/ |
| D | stats.h | 115 struct stats_proto link; member 225 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK")
|
| /lib/liblwip/ |
| D | UPGRADING | 135 * Some improvements for AutoIP (don't route/forward link-local addresses, don't break
|
| D | CHANGELOG | 64 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/ |
| D | Doxyfile | 366 # 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.
|