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

/freebsd-13-stable/sbin/natd/
H A Dnatd.c150 static int divertGlobal; variable
180 divertGlobal = -1;
321 divertGlobal = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT);
322 if (divertGlobal == -1)
324 if (divertGlobal > fdMax)
325 fdMax = divertGlobal;
335 if (bind (divertGlobal,
413 if (divertGlobal != -1)
414 FD_SET (divertGlobal, &readMask);
428 if (divertGlobal !
[all...]

Completed in 72 milliseconds