Home
last modified time | relevance | path

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

/freebsd/sbin/natd/
H A Dnatd.c512 int origBytes; in DoGlobal() local
524 origBytes = recvfrom (fd, in DoGlobal()
531 if (origBytes == -1) { in DoGlobal()
592 if (mip != NULL && bytes - origBytes > mip->aliasOverhead) in DoGlobal()
593 mip->aliasOverhead = bytes - origBytes; in DoGlobal()
637 int origBytes; in DoAliasing() local
663 origBytes = recvfrom (fd, in DoAliasing()
670 if (origBytes == -1) { in DoAliasing()
751 bytes - origBytes > mip->aliasOverhead) in DoAliasing()
752 mip->aliasOverhead = bytes - origBytes; in DoAliasing()