Searched refs:packettypes (Results 1 – 2 of 2) sorted by relevance
169 struct packettypes packettypes[] = { variable185 while (packettypes[i].name != NULL) { in packettype()186 if (packettypes[i].value == type) in packettype()190 if (packettypes[i].name != NULL) in packettype()191 return packettypes[i].name; in packettype()
70 struct packettypes { struct74 extern struct packettypes packettypes[]; argument