HelenOS sources

sroute_list       399 uspace/app/inet/inet.c 	sysarg_t *sroute_list = NULL;
sroute_list       411 uspace/app/inet/inet.c 	rc = inetcfg_get_sroute_list(&sroute_list, &count);
sroute_list       427 uspace/app/inet/inet.c 		rc = inetcfg_sroute_get(sroute_list[i], &srinfo);
sroute_list       430 uspace/app/inet/inet.c 			    (size_t)sroute_list[i]);
sroute_list       479 uspace/app/inet/inet.c 	free(sroute_list);
sroute_list       513 uspace/app/inet/inet.c 		rc = sroute_list();
sroute_list       141 uspace/srv/net/inetsrv/inetsrv.h 	link_t sroute_list;
sroute_list        51 uspace/srv/net/inetsrv/sroute.c static LIST_INITIALIZE(sroute_list);
sroute_list        64 uspace/srv/net/inetsrv/sroute.c 	link_initialize(&sroute->sroute_list);
sroute_list        82 uspace/srv/net/inetsrv/sroute.c 	list_append(&sroute->sroute_list, &sroute_list);
sroute_list        89 uspace/srv/net/inetsrv/sroute.c 	list_remove(&sroute->sroute_list);
sroute_list       106 uspace/srv/net/inetsrv/sroute.c 	list_foreach(sroute_list, sroute_list, inet_sroute_t, sroute) {
sroute_list       148 uspace/srv/net/inetsrv/sroute.c 	list_foreach(sroute_list, sroute_list, inet_sroute_t, sroute) {
sroute_list       174 uspace/srv/net/inetsrv/sroute.c 	list_foreach(sroute_list, sroute_list, inet_sroute_t, sroute) {
sroute_list       193 uspace/srv/net/inetsrv/sroute.c 	count = list_count(&sroute_list);
sroute_list       202 uspace/srv/net/inetsrv/sroute.c 	list_foreach(sroute_list, sroute_list, inet_sroute_t, sroute) {
sroute_list       392 uspace/srv/net/inetsrv/sroute.c 	list_foreach(sroute_list, sroute_list, inet_sroute_t, sroute) {
HelenOS homepage, sources at GitHub