| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_restrict.c | 146 res->ippeerlimit, res->expire, res->link); in dump_restrict() 225 restrict_def4.ippeerlimit = -1; /* Cleaner if we have C99 */ in init_restrict() 226 restrict_def6.ippeerlimit = -1; /* Cleaner if we have C99 */ in init_restrict() 357 DPRINTF(2, ("MATCH: ippeerlimit %d\n", res->ippeerlimit)); in match_restrict4_addr() 360 DPRINTF(2, ("doesn't match: ippeerlimit %d\n", res->ippeerlimit)); in match_restrict4_addr() 513 r4a->ippeerlimit = 0; in restrictions() 526 r4a->ippeerlimit = 2; /* XXX: we should use a better value */ in restrictions() 546 r4a->ippeerlimit = match->ippeerlimit; in restrictions() 569 r4a->ippeerlimit = match->ippeerlimit; in restrictions() 603 short ippeerlimit, in hack_restrict() argument [all …]
|
| D | complete.conf.in | 51 restrict default ippeerlimit -1 52 restrict default ippeerlimit 0 nomodify limited kod noserve nomrulist 53 restrict source ippeerlimit 1 54 restrict source ippeerlimit 2 nomodify limited kod 55 restrict trusted.host.name.example.com. ippeerlimit -1 nomodify 56 restrict [fe80::1] mask [ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ippeerlimit -1 57 restrict 127.0.0.1 mask 255.255.255.255 ippeerlimit -1 58 restrict 127.0.0.2 ippeerlimit -1 serverresponse fuzz 59 restrict ::1 ippeerlimit -1
|
| D | ntp_peer.c | 571 int ippeerlimit, in peer_config() argument 622 return newpeer(srcadr, hostname, dstadr, ippeerlimit, hmode, version, in peer_config() 764 int ippeerlimit, in newpeer() argument 856 if (ippeerlimit > -1) { in newpeer() 857 if (ip_count + 1 > ippeerlimit) { in newpeer() 862 ippeerlimit)); in newpeer() 870 ippeerlimit)); in newpeer()
|
| D | ntp_config.c | 1051 fprintf(df, " ippeerlimit %d", rest_node->ippeerlimit); in dump_config_tree() 1586 short ippeerlimit, in create_restrict_node() argument 1596 my_node->ippeerlimit = ippeerlimit; in create_restrict_node() 2618 short ippeerlimit; in config_access() local 2744 ippeerlimit = my_node->ippeerlimit; in config_access() 2867 ippeerlimit, mflags, rflags)); in config_access() 2869 ippeerlimit, mflags, rflags, 0); in config_access() 2939 ippeerlimit, mflags, rflags, 0); in config_access() 2946 ippeerlimit, mflags, rflags, 0); in config_access()
|
| D | ntp_proto.c | 733 stoa(&rbufp->recv_srcadr), r4a.ippeerlimit, hismode, in receive() 1454 r4a.ippeerlimit, MODE_CLIENT, hisversion, in receive() 1575 r4a.ippeerlimit, MODE_BCLIENT, hisversion, in receive() 1599 r4a.ippeerlimit, MODE_CLIENT, hisversion, in receive() 1721 r4a.ippeerlimit, MODE_PASSIVE, hisversion, in receive()
|
| D | ntp_request.c | 1859 cr.ippeerlimit = ntohs(cr.ippeerlimit); in do_restrict() 1872 cr.ippeerlimit, cr.flags, 0); in do_restrict()
|
| D | invoke-ntp.conf.texi | 1480 @item @code{restrict} @code{address} @code{[@code{mask} @kbd{mask}]} @code{[@code{ippeerlimit} @kbd… 1505 @code{ippeerlimit}
|
| D | ntp.conf.def | 1554 .Op Cm ippeerlimit Ar int 1581 .Cm ippeerlimit
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_config.h | 117 short ippeerlimit; member 322 short ippeerlimit,
|
| D | ntp.h | 846 short ippeerlimit; /* IP peer limit */ member 862 short ippeerlimit; /* IP peer limit */ member
|
| D | ntp_request.h | 672 short ippeerlimit; /* ip peer limit */ member
|
| /freebsd-12-stable/contrib/ntp/ntpdc/ |
| D | layout.std | 275 offsetof(ippeerlimit) = 8
|
| /freebsd-12-stable/contrib/ntp/ |
| D | NEWS | 518 ephemeral peering. Another is the new 'ippeerlimit' directive, 528 Use the 'ippeerlimit' directive to limit the number of peers 613 Use the 'ippeerlimit' directive to limit the number of peer 705 restrictions() must return restrict flags and ippeerlimit. HStenn. 725 - restrict ... ippeerlimit N 730 The 'ippeerlimit' directive limits the number of time associations
|
| D | CommitLog | 12135 Initialize ippeerlimit in restrict_def[46]. HStenn 12138 Initialize ippeerlimit in restrict_def[46]. HStenn 12271 Properly set ippeerlimit in hack_restrict() 12274 Properly set ippeerlimit in hack_restrict() 12277 Show ippeerlimit for the address of the incoming packet 12280 Show ippeerlimit for the address of the incoming packet 12328 Pass ippeerlimit to all newpeer() calls. 12331 Pass ippeerlimit to all newpeer() calls. 12340 Update the documentation for ippeerlimit and noepeer 12343 Update the documentation for ippeerlimit and noepeer [all …]
|
| D | ChangeLog | 363 Implement ippeerlimit. HStenn, JPerlinger. 451 * restrictions() must return restrict flags and ippeerlimit. HStenn.
|