Searched refs:packettypes (Results 1 – 2 of 2) sorted by relevance
166 struct packettypes packettypes[] = { variable182 while (packettypes[i].name != NULL) { in packettype()183 if (packettypes[i].value == type) in packettype()187 if (packettypes[i].name != NULL) in packettype()188 return packettypes[i].name; in packettype()
73 struct packettypes { struct77 extern struct packettypes packettypes[]; argument