Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/natd/
Dnatd.c111 static char* FormatPacket (struct ip*);
833 printf ("%s", FormatPacket (ip)); in PrintPacket()
838 syslog (priority, "%s %s", label, FormatPacket (ip)); in SyslogPacket()
841 static char* FormatPacket (struct ip* ip) in FormatPacket() function