taglinefilesource code
clients111net/802/p8022.cstruct datalink_proto *tmp, **clients = &p8022_list;
clients117net/802/p8022.cwhile ((tmp = *clients) != NULL)
clients120net/802/p8022.c*clients = tmp->next;
clients124net/802/p8022.cclients = &tmp->next;
clients134net/802/psnap.cstruct datalink_proto **clients = &snap_list;
clients141net/802/psnap.cwhile ((tmp = *clients) != NULL)
clients145net/802/psnap.c*clients = tmp->next;
clients150net/802/psnap.cclients = &tmp->next;