Home
last modified time | relevance | path

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

/freebsd/sbin/natd/
H A Dnatd.c1325 u_short uNumValue; in ParseOption() local
1351 uNumValue = 0; in ParseOption()
1378 uNumValue = StrToPort (parms, "divert"); in ParseOption()
1426 mip->inPort = uNumValue; in ParseOption()
1430 mip->outPort = uNumValue; in ParseOption()
1434 mip->inOutPort = uNumValue; in ParseOption()
1438 globalPort = uNumValue; in ParseOption()