Searched refs:initfunc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip/src/api/
H A Dtcpip.c531 * @param initfunc a function to call when tcpip_thread is running and finished initializing
532 * @param arg argument to pass to initfunc
534 void tcpip_init(void (*initfunc) (void *), void *arg)
538 tcpip_init_done = initfunc;
/barrelfish-master/lib/lwip2/src/api/
H A Dtcpip.c458 * @param initfunc a function to call when tcpip_thread is running and finished initializing
459 * @param arg argument to pass to initfunc
462 tcpip_init(tcpip_init_done_fn initfunc, void *arg) argument
466 tcpip_init_done = initfunc;

Completed in 26 milliseconds