Home
last modified time | relevance | path

Searched refs:slist_remove_first (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/npppd/common/
H A Dslist_test.c151 slist_remove_first(&sl); in test_01()
183 slist_remove_first(&sl); in test_02()
224 slist_remove_first(&sl); in test_03()
281 slist_remove_first(l); in test_itr_subr_01()
324 slist_remove_first(&sl); in test_05()
389 slist_remove_first(l); in test_07()
H A Dslist.h53 void *slist_remove_first (slist *);
H A Dslist.c264 slist_remove_first(slist *list) in slist_remove_first() function
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tpd.c229 session_id = (uintptr_t)slist_remove_first( in l2tpd_assign_call()
H A Dl2tp_ctrl.c562 while ((call = slist_remove_first(&_this->call_list)) != NULL) in l2tp_ctrl_destroy_all_calls()
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoed.c813 session_id = (intptr_t)slist_remove_first( in pppoed_recv_PADR()