Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_io.c796 endpt ** pmclisthead; in add_interface() local
821 pmclisthead = (AF_INET == ep->family) in add_interface()
829 for (scan = *pmclisthead; scan != NULL; scan = scan_next) { in add_interface()
844 LINK_SLIST(*pmclisthead, ep, mclink); in add_interface()
892 endpt ** pmclisthead; in remove_interface() local
898 pmclisthead = (AF_INET == ep->family) in remove_interface()
901 UNLINK_SLIST(unlinked, *pmclisthead, ep, mclink, endpt); in remove_interface()