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

/darwin-on-arm/xnu/bsd/netat/
H A Dasp.h208 asp_tmo_func tmo_func; member in struct:asp_scb
H A Dasp_proto.c895 asp_tmo_func tmo_func; local
902 if ((tmo_func = scb->tmo_func) != 0) {
903 scb->tmo_func = 0;
904 (*tmo_func)(scb);
1613 if (scb->tmo_func)
1616 scb->tmo_func = func;
1663 __unused asp_tmo_func tmo_func,
1667 if ((scb->tmo_cnt == scb_tmo_cnt) || (scb->tmo_func == 0))
1682 scb->tmo_func
1662 asp_untimout( __unused asp_tmo_func tmo_func, register asp_scb_t *scb) argument
[all...]

Completed in 22 milliseconds