Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dnetifapi.c53 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/
Dnetifapi.h60 netif_input_fn input; member
82 netif_input_fn input);
Dnetif.h147 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/
Dchpms.c138 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()
Dppp.c1642 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()
Dppp_impl.h243 void (*input) (int unit, u_char *pkt, int len); member
/lib/liblwip/src/core/
Dnetif.c140 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/
Dslipif.c272 if (netif->input(p, netif) != ERR_OK) { in slipif_rxbyte_input()
427 if (netif->input(p, netif) != ERR_OK) { in slipif_process_rxqueue()
Dethernetif.c248 if (netif->input(p, netif)!=ERR_OK)
/lib/liblwip/src/arch/
Detherif.c278 if (netif->input(p, netif)!=ERR_OK) in ethernetif_input()
/lib/liblwip/doc/
Dcontrib.txt12 features of Savannah help us not lose users' input.
Drawapi.txt420 err_t (* input)(struct pbuf *p, struct netif *netif))
439 For ethernet drivers, the input function pointer must point to the lwip
/docs/
DDoxyfile375 # 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/
DUPGRADING133 * Fixed ARP input processing: only add a new entry if a request was directed as us
DCHANGELOG66 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/
Dkernel.lds163 .bss section disappears because there are no input sections.