Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_io.c748 endpt *protot in new_interface() argument
754 if (NULL == protot) { in new_interface()
757 memcpy(iface, protot, sizeof(*iface)); in new_interface()
2056 endpt * protot in create_interface() argument
2066 DPRINTF(2, ("create_interface(%s)\n", sptoa(&protot->sin))); in create_interface()
2069 iface = new_interface(protot); in create_interface()