Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c73 static void tpacket(char *, struct tftphdr *, int);
161 tpacket("sent", dp, size + 4); in tftp_sendfile()
187 tpacket("received", ap, n); in tftp_sendfile()
289 tpacket("sent", ap, size); in tftp_recvfile()
315 tpacket("received", dp, n); in tftp_recvfile()
394 tpacket("sent", ap, 4); in tftp_recvfile()
641 tpacket("sent", tp, length); in nak()
648 tpacket(char *s, struct tftphdr *tp, int n) in tpacket() function