Searched refs:input (Results 1 – 16 of 16) sorted by relevance
| /lib/liblwip/src/api/ |
| D | netifapi.c | 53 msg->msg.add.input)) { in do_netifapi_netif_add() 104 netif_input_fn input) in netifapi_netif_add() argument 114 msg.msg.msg.add.input = input; in netifapi_netif_add()
|
| /lib/liblwip/src/include/lwip/ |
| D | netifapi.h | 60 netif_input_fn input; member 82 netif_input_fn input);
|
| D | netif.h | 147 netif_input_fn input; member 260 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input);
|
| /lib/liblwip/src/netif/ppp/ |
| D | chpms.c | 138 u_char *input, 227 Get7Bits( u_char *input, int startBit) in Get7Bits() argument 231 word = (unsigned)input[startBit / 8] << 8; in Get7Bits() 232 word |= (unsigned)input[startBit / 8 + 1]; in Get7Bits()
|
| D | ppp.c | 1642 if ((vj_uncompress_tcp(&nb, &pppControl[pd].vjComp) >= 0) && (pppControl[pd].netif.input)) { in pppInput() 1643 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1661 if ((vj_uncompress_uncomp(nb, &pppControl[pd].vjComp) >= 0) && pppControl[pd].netif.input) { in pppInput() 1662 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1677 if (pppControl[pd].netif.input) { in pppInput() 1678 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1694 (*protp->input)(pd, nb->payload, nb->len); in pppInput()
|
| D | ppp_impl.h | 243 void (*input) (int unit, u_char *pkt, int len); member
|
| /lib/liblwip/src/core/ |
| D | netif.c | 140 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) in netif_add() argument 175 netif->input = input; in netif_add()
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 272 if (netif->input(p, netif) != ERR_OK) { in slipif_rxbyte_input() 427 if (netif->input(p, netif) != ERR_OK) { in slipif_process_rxqueue()
|
| D | ethernetif.c | 248 if (netif->input(p, netif)!=ERR_OK)
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 278 if (netif->input(p, netif)!=ERR_OK) in ethernetif_input()
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 12 features of Savannah help us not lose users' input.
|
| D | rawapi.txt | 420 err_t (* input)(struct pbuf *p, struct netif *netif)) 439 For ethernet drivers, the input function pointer must point to the lwip
|
| /docs/ |
| D | Doxyfile | 375 # to include (a tag file for) the STL sources as input, then you should set this 481 # speed. At this moment only the input processing can be done using multiple 602 # deal with such files in case they appear in the input. For filesystems that 780 # popen()) the command command input-file, where command is the value of the 781 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided 911 # Configuration options related to the input files 1008 # be searched for input files as well. 1024 # from the input. 1063 # searched for input files to be used with the \include or \dontinclude commands 1076 # invoke to filter for each input file. Doxygen will invoke the filter program [all …]
|
| /lib/liblwip/ |
| D | UPGRADING | 133 * Fixed ARP input processing: only add a new entry if a request was directed as us
|
| D | CHANGELOG | 66 the input netif (set IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1). 338 current src/dest IP address while in input functions. 807 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a 1592 UDP: move a (connected) pcb selected for input to the front of the list of 1823 for input packets to prevent floods from consuming all of MEMP_TCPIP_MSG 2354 could get udp input packets if the remote side matched. 2391 re-used the input pbuf even if that didn't have enough space to include the 2435 * loopif.c, slipif.c: Fix bug #19729: free pbuf if netif->input() returns 2478 (using LWIP_LOOPIF_MULTITHREADING) to directly call netif->input() 2479 (multithreading environments, e.g. netif->input() = tcpip_input()) or [all …]
|
| /sys/amd64/ |
| D | kernel.lds | 163 .bss section disappears because there are no input sections.
|