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

/freebsd-13-stable/sbin/natd/
H A Dnatd.c515 int origBytes; local
527 origBytes = recvfrom (fd,
534 if (origBytes == -1) {
595 if (mip != NULL && bytes - origBytes > mip->aliasOverhead)
596 mip->aliasOverhead = bytes - origBytes;
640 int origBytes; local
666 origBytes = recvfrom (fd,
673 if (origBytes == -1) {
754 bytes - origBytes > mip->aliasOverhead)
755 mip->aliasOverhead = bytes - origBytes;
[all...]

Completed in 56 milliseconds