HomeSort by: relevance | last modified time | path
    Searched refs:NTP_PORT (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/libntp/
netof.c 30 sockaddr_u input = CreateSockaddr4("192.0.2.255", NTP_PORT);
31 sockaddr_u expected = CreateSockaddr4("192.0.2.0", NTP_PORT);
decodenetnum.c 46 SET_PORT(&expected, NTP_PORT);
89 SET_PORT(&expected, NTP_PORT);
156 SET_PORT(&expected, NTP_PORT);
225 SET_PORT(&expected, NTP_PORT);
socktoa.c 146 SET_PORT(&input1, NTP_PORT);
151 SET_PORT(&input2, NTP_PORT);
  /src/external/bsd/tcpdump/dist/
udp.h 61 #ifndef NTP_PORT
62 #define NTP_PORT 123 /*XXX*/
print-udp.c 605 else if (IS_SRC_OR_DST_PORT(NTP_PORT))
  /src/external/bsd/ntp/dist/libntp/
decodenetnum.c 95 unsigned int port=NTP_PORT, scope=0;
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 355 || NTP_PORT == port)) {
382 || NTP_PORT == (int)port)) {
ntp_request.c 1346 NSRCPORT(&peeraddr) = htons(NTP_PORT);
1450 SET_PORT(&peeraddr, NTP_PORT);
2343 SET_PORT(&laddr, NTP_PORT);
2585 SET_PORT(&addr, NTP_PORT);
2665 SET_PORT(&addr, NTP_PORT);
2732 SET_PORT(&addr, NTP_PORT);
ntpsim.c 203 SET_PORT(&loopback_interface->sin, NTP_PORT);
ntpd.c 1274 * To manipulate system time and (re-)bind to NTP_PORT as needed
1286 * ports that allow binding to NTP_PORT with uid != 0
1572 htons(NTP_PORT), 0, NULL, NULL, NULL) != kDNSServiceErr_NoError ) {
ntp_config.c 4439 SET_PORT(&peeraddr, NTP_PORT);
4515 SET_PORT(&peeraddr, NTP_PORT);
5636 SET_PORT(addr, NTP_PORT);
ntp_io.c 427 * to bind to to the interface address on NTP_PORT so that
428 * all wild and specific bindings for NTP_PORT are taken by ntpd
514 create_sockets(NTP_PORT);
1426 new_interface_found = update_interfaces(NTP_PORT, receiver, data);
2811 SET_PORT(&ep->sin, NTP_PORT);
4051 * address by connecting a new socket to destinationaddress:NTP_PORT
  /src/external/bsd/ntp/dist/include/
ntp.h 100 #define NTP_PORT 123 /* included for non-unix machines */
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 1447 if (SRCPORT(addr) != NTP_PORT)
1729 if (check_ntp_port_in_use && ntp_port_inuse(AF_INET, NTP_PORT)){

Completed in 29 milliseconds