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

/darwin-on-arm/xnu/bsd/netat/
H A Dasp.h209 struct asp_scb *next_tmo; member in struct:asp_scb
H A Dasp_proto.c900 if ((scb_tmo_list = scb->next_tmo) != 0)
1621 scb->next_tmo = scb->prev_tmo = 0;
1639 if ((curr_scb = curr_scb->next_tmo) == 0) {
1647 if ((scb->next_tmo = prev_scb->next_tmo) != 0)
1648 prev_scb->next_tmo->prev_tmo = scb;
1649 prev_scb->next_tmo = scb;
1652 scb->next_tmo = scb_tmo_list;
1671 if ((scb_tmo_list = scb->next_tmo) != 0) {
1673 scb->next_tmo
[all...]

Completed in 38 milliseconds