Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/tftp/
H A Dtftp.c82 static void tpacket(const char *, struct tftphdr *, int);
274 tpacket("sent", dp, size + 4); in sendfile()
309 tpacket("received", ap, n); in sendfile()
417 tpacket("sent", ap, size); in recvfile()
454 tpacket("received", dp, n); in recvfile()
627 tpacket("sent", tp, (int)msglen); in nak()
633 tpacket(const char *s, struct tftphdr *tp, int n) in tpacket() function