Searched refs:NTP_PORT (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | udp.h | 65 #ifndef NTP_PORT 66 #define NTP_PORT 123 /*XXX*/ macro
|
H A D | print-udp.c | 599 else if (IS_SRC_OR_DST_PORT(NTP_PORT)) in udp_print()
|
/freebsd/contrib/ntp/libntp/ |
H A D | decodenetnum.c | 93 unsigned int port=NTP_PORT, scope=0; in decodenetnum()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_restrict.c | 344 || NTP_PORT == port)) { in match_restrict4_addr() 372 || NTP_PORT == (int)port)) { in match_restrict6_addr()
|
H A D | ntp_request.c | 1344 NSRCPORT(&peeraddr) = htons(NTP_PORT); in do_conf() 1448 SET_PORT(&peeraddr, NTP_PORT); in do_unconf() 2272 SET_PORT(&laddr, NTP_PORT); in do_setclr_trap() 2514 SET_PORT(&addr, NTP_PORT); in get_clock_info() 2594 SET_PORT(&addr, NTP_PORT); in set_clock_fudge() 2661 SET_PORT(&addr, NTP_PORT); in get_clkbug_info()
|
H A D | ntpsim.c | 201 SET_PORT(&loopback_interface->sin, NTP_PORT); in init_sim_io()
|
H A D | ntp_io.c | 513 create_sockets(NTP_PORT); in io_open_sockets() 1425 new_interface_found = update_interfaces(NTP_PORT, receiver, data); in interface_update() 2808 SET_PORT(&ep->sin, NTP_PORT);
|
H A D | ntpd.c | 1272 * 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 D | ntp_config.c | 4427 SET_PORT(&peeraddr, NTP_PORT); in config_peers() 4503 SET_PORT(&peeraddr, NTP_PORT); in config_peers() 5624 SET_PORT(addr, NTP_PORT); in ntp_rlimit()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 98 #define NTP_PORT 123 /* included for non-unix machines */ macro
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 1444 if (SRCPORT(addr) != NTP_PORT) in findserver() 1726 if (check_ntp_port_in_use && ntp_port_inuse(AF_INET, NTP_PORT)){ in init_io()
|