Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c442 int extraport; in ifautomaticportschecks() local
448 extraport = (int)strtol(now, &after, 10); in ifautomaticportschecks()
449 if(extraport < 0 || extraport > 65535) in ifautomaticportschecks()
451 if(extraport == 0 && now == after) in ifautomaticportschecks()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1935 int extraport; in listening_ports_open() local
1941 extraport = (int)strtol(now, &after, 10); in listening_ports_open()
1942 if(extraport < 0 || extraport > 65535) { in listening_ports_open()
1947 if(extraport == 0 && now == after) { in listening_ports_open()
1957 &hints, extraport, &list, in listening_ports_open()
1976 &hints, extraport, &list, in listening_ports_open()