Home
last modified time | relevance | path

Searched refs:arg (Results 51 – 59 of 59) sorted by relevance

123

/lib/liblwip/src/netif/ppp/
Dppp_impl.h258 void *arg);
Dppp_oe.c734 pppoe_timeout(void *arg) in pppoe_timeout() argument
737 struct pppoe_softc *sc = (struct pppoe_softc*)arg; in pppoe_timeout()
1084 pppoe_ifattach_hook(void *arg, struct pbuf **mp, struct netif *ifp, int dir)
Dfsm.c319 fsm_timeout(void *arg) in fsm_timeout() argument
321 fsm *f = (fsm *) arg; in fsm_timeout()
Dipcp.c1350 ipcp_printpkt(u_char *p, int plen, void (*printer) (void *, char *, ...), void *arg) in ipcp_printpkt() argument
1355 LWIP_UNUSED_ARG(arg); in ipcp_printpkt()
/lib/liblwip/doc/
Dsys_arch.txt171 - sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int…
174 execution in the function "thread()". The "arg" argument will be passed as an
/lib/liblwip/src/core/
Dpbuf.c143 pbuf_free_ooseq_callback(void *arg) in pbuf_free_ooseq_callback() argument
145 LWIP_UNUSED_ARG(arg); in pbuf_free_ooseq_callback()
Ddhcp.c160 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port);
1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dhcp_recv() argument
1539 struct netif *netif = (struct netif *)arg; in dhcp_recv()
/lib/liblwip/src/core/snmp/
Dmsg_in.c61 static void snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port);
822 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in snmp_recv() argument
832 LWIP_UNUSED_ARG(arg); in snmp_recv()
/lib/liblwip/
DCHANGELOG1787 * api_msg.c: do_close_internal(): Reset the callbacks and arg (conn) to NULL

123