Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c74 static void tpacket(char *, struct tftphdr *, int);
161 tpacket("sent", dp, size + 4); in tftp_sendfile()
187 tpacket("received", ap, n); in tftp_sendfile()
288 tpacket("sent", ap, size); in tftp_recvfile()
314 tpacket("received", dp, n); in tftp_recvfile()
393 tpacket("sent", ap, 4); in tftp_recvfile()
640 tpacket("sent", tp, length); in nak()
647 tpacket(char *s, struct tftphdr *tp, int n) in tpacket() function