Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dnetworking.c246 char *ref_char; in process_pkt() local
250 ref_char = (char *) &rpkt->refid; in process_pkt()
252 ref_char[0], ref_char[1], ref_char[2], ref_char[3])); in process_pkt()
254 if (ref_char[0] != 'X') { in process_pkt()
255 if (strncmp(ref_char, "DENY", 4) == 0) in process_pkt()
257 if (strncmp(ref_char, "RSTR", 4) == 0) in process_pkt()
259 if (strncmp(ref_char, "RATE", 4) == 0) in process_pkt()