Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/natd/
Dnatd.c515 int origBytes; in DoGlobal() local
527 origBytes = recvfrom (fd, in DoGlobal()
534 if (origBytes == -1) { in DoGlobal()
595 if (mip != NULL && bytes - origBytes > mip->aliasOverhead) in DoGlobal()
596 mip->aliasOverhead = bytes - origBytes; in DoGlobal()
640 int origBytes; in DoAliasing() local
666 origBytes = recvfrom (fd, in DoAliasing()
673 if (origBytes == -1) { in DoAliasing()
754 bytes - origBytes > mip->aliasOverhead) in DoAliasing()
755 mip->aliasOverhead = bytes - origBytes; in DoAliasing()