Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/tftpd/
Dtftp-utils.c166 struct packettypes packettypes[] = { variable
182 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()
Dtftp-utils.h73 struct packettypes { struct
77 extern struct packettypes packettypes[]; argument