Searched refs:SET_PORT (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/tests/
H A Dutilities.c33 SET_PORT(&s, 123);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_net.h74 #define SET_PORT(psau, port) (NSRCPORT(psau) = htons(port)) macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c1448 SET_PORT(&peeraddr, NTP_PORT);
2027 SET_PORT(&peeraddr, 123);
2263 SET_PORT(&laddr, NTP_PORT);
2300 SET_PORT(&laddr, TRAPPORT);
2505 SET_PORT(&addr, NTP_PORT);
2585 SET_PORT(&addr, NTP_PORT);
2652 SET_PORT(&addr, NTP_PORT);
H A Dntpsim.c201 SET_PORT(&loopback_interface->sin, NTP_PORT);
H A Dntp_io.c1097 SET_PORT(&wildaddr, port);
1142 SET_PORT(&wildaddr, port);
1165 SET_PORT(&wildif->bcast, port);
1416 SET_PORT(&itf->sin, port);
1417 SET_PORT(&itf->mask, port);
1418 SET_PORT(&itf->bcast, port);
2773 SET_PORT(&ep->sin, NTP_PORT);
H A Dntp_config.c3759 SET_PORT(&peeraddr, port);
4254 SET_PORT(&peeraddr, NTP_PORT);
4329 SET_PORT(&peeraddr, NTP_PORT);
5439 SET_PORT(addr, NTP_PORT);
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c103 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0) macro
224 SET_PORT(port);
243 SET_PORT(port);
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_targ.h622 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \ macro
/freebsd-13-stable/contrib/ntp/sntp/
H A Dmain.c316 SET_PORT(&name, (HAVE_OPT(USERESERVEDPORT) ? 123 : 0));
351 SET_PORT(&name, (HAVE_OPT(USERESERVEDPORT) ? 123 : 0));
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c3834 SET_PORT(&pvdc->v.sau,

Completed in 125 milliseconds