Home
last modified time | relevance | path

Searched refs:packettypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-utils.c169 struct packettypes packettypes[] = { variable
185 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()
H A Dtftp-utils.h70 struct packettypes { struct
74 extern struct packettypes packettypes[]; argument