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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c90 static void do_restrict (sockaddr_u *, struct interface *, struct req_pkt *, int);
1806 do_restrict(srcadr, inter, inpkt, RESTRICT_FLAGS);
1821 do_restrict(srcadr, inter, inpkt, RESTRICT_UNFLAG);
1835 do_restrict(srcadr, inter, inpkt, RESTRICT_REMOVE);
1840 * do_restrict - do the dirty stuff of dealing with restrictions
1843 do_restrict( function
1892 msyslog(LOG_ERR, "do_restrict: bad = %#x", bad);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c70 static void do_restrict (struct parse *, FILE *, int);
1804 do_restrict(pcmd, fp, REQ_RESADDFLAGS);
1817 do_restrict(pcmd, fp, REQ_RESSUBFLAGS);
1830 do_restrict(pcmd, fp, REQ_UNRESTRICT);
1835 * do_restrict - decode commandline restrictions and make the request
1838 do_restrict( function

Completed in 67 milliseconds