taglinefilesource code
pt1309net/inet/dev.cstruct packet_type *lpt, *pt1;
pt1317net/inet/dev.cfor (pt1 = ptype_base; pt1->next != NULL; pt1 = pt1->next) {
pt1318net/inet/dev.cif (pt1->next == pt ) {
pt1322net/inet/dev.cpt1->next = pt->next;
pt1327net/inet/dev.cif (pt1->next -> type == pt ->type) {
pt1328net/inet/dev.clpt = pt1->next;
pt1211net/socket/dev.cstruct packet_type *lpt, *pt1;
pt1220net/socket/dev.cfor (pt1 = ptype_base; pt1->next != NULL; pt1 = pt1->next) 
pt1222net/socket/dev.cif (pt1->next == pt ) 
pt1227net/socket/dev.cpt1->next = pt->next;
pt1232net/socket/dev.cif (pt1->next -> type == pt ->type) 
pt1234net/socket/dev.clpt = pt1->next;