Home
last modified time | relevance | path

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

/src/sbin/natd/
H A Dnatd.c108 static char* FormatPacket (struct ip*);
830 printf ("%s", FormatPacket (ip)); in PrintPacket()
835 syslog (priority, "%s %s", label, FormatPacket (ip)); in SyslogPacket()
838 static char* FormatPacket (struct ip* ip) in FormatPacket() function