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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 70 static void do_restrict (struct parse *, FILE *, int);
1800 do_restrict(pcmd, fp, REQ_RESADDFLAGS);
1813 do_restrict(pcmd, fp, REQ_RESSUBFLAGS);
1826 do_restrict(pcmd, fp, REQ_UNRESTRICT);
1831 * do_restrict - decode commandline restrictions and make the request
1834 do_restrict( function
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 92 static void do_restrict (sockaddr_u *, endpt *, struct req_pkt *, restrict_op);
1813 do_restrict(srcadr, inter, inpkt, RESTRICT_FLAGS);
1828 do_restrict(srcadr, inter, inpkt, RESTRICT_UNFLAG);
1842 do_restrict(srcadr, inter, inpkt, RESTRICT_REMOVE);
1847 * do_restrict - do the dirty stuff of dealing with restrictions
1850 do_restrict( function

Completed in 27 milliseconds