Searched refs:NTP_PORT (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dudp.h65 #ifndef NTP_PORT
66 #define NTP_PORT 123 /*XXX*/ macro
H A Dprint-udp.c618 else if (IS_SRC_OR_DST_PORT(NTP_PORT))
/freebsd-current/contrib/ntp/libntp/
H A Ddecodenetnum.c93 unsigned int port=NTP_PORT, scope=0;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_restrict.c344 || NTP_PORT == port)) {
372 || NTP_PORT == (int)port)) {
H A Dntp_request.c1344 NSRCPORT(&peeraddr) = htons(NTP_PORT);
1448 SET_PORT(&peeraddr, NTP_PORT);
2272 SET_PORT(&laddr, NTP_PORT);
2514 SET_PORT(&addr, NTP_PORT);
2594 SET_PORT(&addr, NTP_PORT);
2661 SET_PORT(&addr, NTP_PORT);
H A Dntpsim.c201 SET_PORT(&loopback_interface->sin, NTP_PORT);
H A Dntpd.c1272 * To manipulate system time and (re-)bind to NTP_PORT as needed
1284 * ports that allow binding to NTP_PORT with uid != 0
1570 htons(NTP_PORT), 0, NULL, NULL, NULL) != kDNSServiceErr_NoError ) {
H A Dntp_config.c4427 SET_PORT(&peeraddr, NTP_PORT);
4503 SET_PORT(&peeraddr, NTP_PORT);
5624 SET_PORT(addr, NTP_PORT);
H A Dntp_io.c425 * to bind to to the interface address on NTP_PORT so that
426 * all wild and specific bindings for NTP_PORT are taken by ntpd
513 create_sockets(NTP_PORT);
1425 new_interface_found = update_interfaces(NTP_PORT, receiver, data);
2810 SET_PORT(&ep->sin, NTP_PORT);
4050 * address by connecting a new socket to destinationaddress:NTP_PORT
/freebsd-current/contrib/ntp/include/
H A Dntp.h98 #define NTP_PORT 123 /* included for non-unix machines */ macro
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c1444 if (SRCPORT(addr) != NTP_PORT)
1726 if (check_ntp_port_in_use && ntp_port_inuse(AF_INET, NTP_PORT)){

Completed in 266 milliseconds