Home
last modified time | relevance | path

Searched refs:RESTRICT_REMOVEIF (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/ntp/ntpd/
HDntp_restrict.c478 case RESTRICT_REMOVEIF: in hack_restrict()
486 && !(rl->mflags & RESM_INTERFACE && op != RESTRICT_REMOVEIF)) { in hack_restrict()
575 case RESTRICT_REMOVEIF: in hack_restrict()
583 && !(rl6->mflags & RESM_INTERFACE && op != RESTRICT_REMOVEIF)) { in hack_restrict()
HDntp_io.c844 hack_restrict(RESTRICT_REMOVEIF, &interface->sin, &resmask, in remove_interface()
/trueos/contrib/ntp/include/
HDntp.h879 #define RESTRICT_REMOVEIF 4 /* remove an interface restrict entry */ macro