OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:port_range
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/netmgr/
socket.c
383
#define
PORT_RANGE
1000
403
uint32_t
port_range
;
local
423
if (port_high - port_low <=
PORT_RANGE
) {
428
* port_low <= N < port_high -
PORT_RANGE
430
port_high -=
PORT_RANGE
;
432
port_high = port_low +
PORT_RANGE
;
437
port_range
= (uint32_t)port_low | ((uint32_t)port_high << 16);
438
if (setsockopt(fd, IPPROTO_IP, IP_LOCAL_PORT_RANGE, &
port_range
,
439
sizeof(
port_range
)) == -1)
socket.c
383
#define
PORT_RANGE
1000
403
uint32_t
port_range
;
local
423
if (port_high - port_low <=
PORT_RANGE
) {
428
* port_low <= N < port_high -
PORT_RANGE
430
port_high -=
PORT_RANGE
;
432
port_high = port_low +
PORT_RANGE
;
437
port_range
= (uint32_t)port_low | ((uint32_t)port_high << 16);
438
if (setsockopt(fd, IPPROTO_IP, IP_LOCAL_PORT_RANGE, &
port_range
,
439
sizeof(
port_range
)) == -1)
/src/usr.sbin/npf/npfctl/
npfctl.h
66
typedef struct
port_range
{
struct
npfctl.h
66
typedef struct
port_range
{
struct
Completed in 73 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026