HomeSort by: relevance | last modified time | path
    Searched defs:extraport (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 442 int extraport; local
448 extraport = (int)strtol(now, &after, 10);
449 if(extraport < 0 || extraport > 65535)
451 if(extraport == 0 && now == after)
unbound-checkconf.c 442 int extraport; local
448 extraport = (int)strtol(now, &after, 10);
449 if(extraport < 0 || extraport > 65535)
451 if(extraport == 0 && now == after)
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 1935 int extraport; local
1941 extraport = (int)strtol(now, &after, 10);
1942 if(extraport < 0 || extraport > 65535) {
1947 if(extraport == 0 && now == after) {
1957 &hints, extraport, &list,
1976 &hints, extraport, &list,
listen_dnsport.c 1935 int extraport; local
1941 extraport = (int)strtol(now, &after, 10);
1942 if(extraport < 0 || extraport > 65535) {
1947 if(extraport == 0 && now == after) {
1957 &hints, extraport, &list,
1976 &hints, extraport, &list,

Completed in 55 milliseconds