tag | line | file | source code |
---|---|---|---|
clients | 111 | net/802/p8022.c | struct datalink_proto *tmp, **clients = &p8022_list; |
clients | 117 | net/802/p8022.c | while ((tmp = *clients) != NULL) |
clients | 120 | net/802/p8022.c | *clients = tmp->next; |
clients | 124 | net/802/p8022.c | clients = &tmp->next; |
clients | 134 | net/802/psnap.c | struct datalink_proto **clients = &snap_list; |
clients | 141 | net/802/psnap.c | while ((tmp = *clients) != NULL) |
clients | 145 | net/802/psnap.c | *clients = tmp->next; |
clients | 150 | net/802/psnap.c | clients = &tmp->next; |