/freebsd/include/ssp/ |
H A D | poll.h | 46 __ssp_redirect_raw_impl(int, ppoll, ppoll, 54 return (__ssp_real(ppoll)(fds, nfds, timeout, newsigmask));
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 408 peer->ppoll = peer->maxpoll; in transmit() 817 if ( pkt->ppoll in receive() 818 && ( (NTP_MINPOLL > pkt->ppoll) in receive() 819 || (NTP_MAXPOLL < pkt->ppoll) in receive() 824 pkt->ppoll, stoa(&rbufp->recv_srcadr))); in receive() 829 pkt->ppoll, stoa(&rbufp->recv_srcadr))); in receive() 1326 pkt->ppoll, in receive() 1415 pkt->ppoll, in receive() 1621 pkt->ppoll, pkt->ppoll, in receive() 1645 pkt->ppoll, pkt->ppoll, in receive() [all …]
|
H A D | ntpsim.c | 302 xpkt.ppoll = rpkt->ppoll; in simulate_server()
|
H A D | ntp_util.c | 717 * leap, version, mode, stratum, ppoll, precision, root delay, root dispersion, REFID 732 int ppoll, in record_raw_stats() 765 leap, version, mode, stratum, ppoll, precision, in record_raw_stats() 731 record_raw_stats(sockaddr_u * srcadr,sockaddr_u * dstadr,l_fp * t1,l_fp * t2,l_fp * t3,l_fp * t4,int leap,int version,int mode,int stratum,int ppoll,int precision,double root_delay,double root_dispersion,u_int32 refid,int len,u_char * extra) record_raw_stats() argument
|
/freebsd/lib/libc/sys/ |
H A D | ppoll.c | 40 __ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds, in __ssp_real() argument 44 return (INTERPOS_SYS(ppoll, pfd, nfds, timeout, newsigmask)); in __ssp_real()
|
H A D | Symbol.map | 50 ppoll;
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_have_poll.m4 | 23 # the variant ppoll(). The availability of that function can be tested 55 AC_MSG_CHECKING([for ppoll(2)]) 65 rc = ppoll((struct pollfd *)(0), 0, (struct timespec const *)(0), (sigset_t const *)(0));])],
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_unix.c | 18 #define ppoll pollts macro 69 if ((r = ppoll(&pfd, 1, ms > -1 ? &ts : NULL, sigmask)) < 1) { in fido_hid_unix_wait()
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_poll_test.c | 402 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY() 428 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY() 463 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY() 512 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY() 539 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY() 575 ppoll(__stack.__buf, __len, &tv, NULL); in ATF_TC_BODY()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.c | 46 ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmoutp, in ppoll() function 111 return ppoll(fds, nfds, tsp, NULL); in poll()
|
H A D | bsd-poll.h | 87 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/freebsd/contrib/tcpdump/ |
H A D | print-ntp.c | 97 nd_int8_t ppoll; /* poll value */ member 238 ND_PRINT(", poll %d", GET_S_1(bp->ppoll)); in ntp_time_print() 239 p_poll(ndo, GET_S_1(bp->ppoll)); in ntp_time_print()
|
/freebsd/contrib/capsicum-test/ |
H A D | select.cc | 137 EXPECT_OK(ppoll(cap_fd, kCapCount + 1, &ts, NULL)); 139 EXPECT_OK(ppoll(cap_fd, kCapCount + 2, &ts, NULL));
|
/freebsd/sys/sys/ |
H A D | poll.h | 119 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
|
/freebsd/lib/libsys/ |
H A D | recvmmsg.c | 53 res = ppoll(&pfd[0], 1, timeout, NULL); in __ssp_real()
|
H A D | interposing_table.c | 71 SLOT(ppoll, __sys_ppoll),
|
H A D | Makefile.sys | 78 ppoll \ 480 MLINKS+=poll.2 ppoll.2
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 64 TEST_ASSERT_EQUAL(8, testpkt.ppoll); in test_GenerateUnauthenticatedPacket() 111 TEST_ASSERT_EQUAL(8, testpkt.ppoll); in test_GenerateAuthenticatedPacket()
|
/freebsd/contrib/ntp/sntp/ |
H A D | networking.h | 59 u_char ppoll; member
|
/freebsd/tests/sys/kern/ |
H A D | prace.c | 58 ret = poll ? ppoll(NULL, 0, &timeout, &set0) : in child()
|
/freebsd/tests/sys/audit/ |
H A D | utils.c | 164 switch (ppoll(fd, 1, &timeout, NULL)) { in check_auditpipe()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 50 offsetof(ppoll) = 12 71 offsetof(ppoll) = 15
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 300 u_char ppoll; /* remote poll interval */ 553 u_char ppoll; /* peer poll interval */ 296 u_char ppoll; /* remote poll interval */ global() member 548 u_char ppoll; /* peer poll interval */ global() member
|
H A D | ntp_request.h | 357 s_char ppoll; /* peer polling interval */ member 383 u_char ppoll; /* peer.ppoll */ member
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 139 int32_t ppoll; /* PeerPoll */ member 1023 val_parse_int32(val, &p->ppoll, in fetch_peers() 1289 value->v.integer = t->ppoll; in op_ntpPeersVarTable()
|