Searched defs:fIPv6FW (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp240 BOOL fCreateFW, fIPv6FW; local
249 hrc = pfEvt->COMGETTER(Ipv6)(&fIPv6FW);
270 VECNATSERVICEPF& rules = (fIPv6FW ?
277 r.Pfr.fPfrIPv6 = fIPv6FW;
292 fIPv6FW ? "IPv6" : "IPv4",
301 fIPv6FW ? "IPv6" : "IPv4",
305 fIPv6FW ? "[" : "",
307 fIPv6FW ? "]" : "",
310 fIPv6FW ? "[" : "",
312 fIPv6FW
[all...]

Completed in 69 milliseconds