Searched refs:up (Results 1 – 11 of 11) sorted by relevance
| /lib/liblwip/src/include/netif/ |
| D | ppp_oe.h | 151 void (*sc_linkStatusCB)(int pd, int up); 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_addr.c | 114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
| /lib/liblwip/src/netif/ppp/ |
| D | fsm.h | 106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
|
| D | fsm.c | 512 if (f->callbacks->up) { in fsm_rconfreq() 513 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq() 573 if (f->callbacks->up) { in fsm_rconfack() 574 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
|
| D | ppp.c | 594 static void pppOverEthernetLinkStatusCB(int pd, int up); 1555 pppOverEthernetLinkStatusCB(int pd, int up) in pppOverEthernetLinkStatusCB() argument 1557 if(up) { in pppOverEthernetLinkStatusCB()
|
| D | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() argument
|
| /sys/amd64/ |
| D | kernel.lds | 76 /* Adjust the address for the data segment. We want to adjust up to 77 the same address within the page on the next page up. */ 161 /* Align here to ensure that the .bss section occupies space up to
|
| /lib/liblwip/ |
| D | CHANGELOG | 400 This should speed up receiving data on sockets as the select code in 409 * api.h, api_lib.c, sockets.c: task #10167 (sockets: speed up TCP recv 800 admin-status of a netif are up 910 task #10102: "netconn: clean up conn->err threading issues" by adding 1031 does not wake up select 1259 defined) for SWAP_BYTES_IN_WORD to speed up checksumming. 1588 netifs on netif_list (speeds up packet receiving in most cases) 1716 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait 1792 * netif.h, netif.c: Integrate "patch #6163 : Function to check if link layer is up". 1974 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending [all …]
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 41 All routes are considered to be up (U).
|
| D | rawapi.txt | 99 The functions used for setting up connections is similar to that of 165 Sets up the pcb to connect to the remote host and sends the
|
| /docs/ |
| D | Doxyfile | 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 357 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 1391 # documentation is up to date. 2513 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|