Home
last modified time | relevance | path

Searched refs:testsock (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ntp/sntp/tests/
HDpacketProcessing.c41 static sockaddr_u testsock; variable
117 process_pkt(&testpkt, &testsock, LEN_PKT_NOMAC - 1, in test_TooShortLength()
120 process_pkt(&testpkt, &testsock, LEN_PKT_NOMAC - 1, in test_TooShortLength()
128 process_pkt(&testpkt, &testsock, LEN_PKT_NOMAC + 6, in test_LengthNotMultipleOfFour()
131 process_pkt(&testpkt, &testsock, LEN_PKT_NOMAC + 3, in test_LengthNotMultipleOfFour()
149 process_pkt(&testpkt, &testsock, pkt_len, in test_TooShortExtensionFieldLength()
165 process_pkt(&testpkt, &testsock, pkt_len, in test_UnauthenticatedPacketReject()
179 process_pkt(&testpkt, &testsock, pkt_len, in test_CryptoNAKPacketReject()
204 process_pkt(&testpkt, &testsock, pkt_len, in test_AuthenticatedPacketInvalid()
226 process_pkt(&testpkt, &testsock, pkt_len, in test_AuthenticatedPacketUnknownKey()
[all …]
/NextBSD/contrib/apr/
HDCMakeLists.txt239 test/testsock.c