Home
last modified time | relevance | path

Searched refs:slist_remove (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/npppd/common/
H A Dslist_test.c107 slist_remove(l, 0); in test_01a()
117 slist_remove(l, slist_length(l) - 1); in test_01a()
125 slist_remove(l, slist_length(l) - 2); in test_01a()
133 slist_remove(l, slist_length(l) - 1); in test_01a()
227 slist_remove(&sl, 0); in test_03()
244 slist_remove(l, 2); /* remove next. "3" is removed */ in test_itr_subr_01()
246 slist_remove(l, 1); /* remove past item. "2" is removed */ in test_itr_subr_01()
276 slist_remove(l, 252); in test_itr_subr_01()
334 slist_remove(l, 0); in test_05()
345 slist_remove(l, 0); in test_05()
[all …]
H A Dslist.h56 void *slist_remove (slist *, int);
H A Dslist.c344 slist_remove(slist *list, int idx) in slist_remove() function
493 return slist_remove(list, VIRT_IDX(list, list->itr_curr)); in slist_itr_remove()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptpd.c868 slist_remove(&_this->ctrl_list, i); in pptpd_ctrl_finished_notify()
H A Dpptp_ctrl.c222 slist_remove(&_this->call_list, i); in pptp_ctrl_timeout()