Searched refs:testsock (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ntp/sntp/tests/ |
| H A D | packetProcessing.c | 60 static sockaddr_u testsock; variable 138 process_pkt(&testpkt.p, &testsock, LEN_PKT_NOMAC - 1, in test_TooShortLength() 141 process_pkt(&testpkt.p, &testsock, LEN_PKT_NOMAC - 1, in test_TooShortLength() 150 process_pkt(&testpkt.p, &testsock, LEN_PKT_NOMAC + 6, in test_LengthNotMultipleOfFour() 153 process_pkt(&testpkt.p, &testsock, LEN_PKT_NOMAC + 3, in test_LengthNotMultipleOfFour() 181 process_pkt(&testpkt.p, &testsock, pkt_len, in test_TooShortExtensionFieldLength() 197 process_pkt(&testpkt.p, &testsock, pkt_len, in test_UnauthenticatedPacketReject() 212 process_pkt(&testpkt.p, &testsock, pkt_len, in test_CryptoNAKPacketReject() 239 process_pkt(&testpkt.p, &testsock, pkt_len, in test_AuthenticatedPacketInvalid() 270 process_pkt(&testpkt.p, &testsock, pkt_len, in test_AuthenticatedPacketUnknownKey() [all …]
|