HomeSort by: relevance | last modified time | path
    Searched refs:info_peer_list (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 127 { REQ_PEER_INFO, NOAUTH, v4sizeof(struct info_peer_list),
128 sizeof(struct info_peer_list), peer_info},
129 { REQ_PEER_STATS, NOAUTH, v4sizeof(struct info_peer_list),
130 sizeof(struct info_peer_list), peer_stats},
673 struct info_peer_list * ip;
676 ip = (struct info_peer_list *)prepare_pkt(srcadr, inter, inpkt,
677 v6sizeof(struct info_peer_list));
701 ip = (struct info_peer_list *)more_pkt();
809 struct info_peer_list ipl;
953 struct info_peer_list ipl
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 356 struct info_peer_list *plist;
365 sizeof(struct info_peer_list));
378 if (!checkitemsize(itemsize, sizeof(struct info_peer_list)) &&
379 !checkitemsize(itemsize, v4sizeof(struct info_peer_list)))
692 struct info_peer_list *pl, plist[min(MAXARGS, 4)];
702 sendsize = sizeof(struct info_peer_list);
704 sendsize = v4sizeof(struct info_peer_list);
765 struct info_peer_list *pl, plist[min(MAXARGS, 4)];
776 sendsize = sizeof(struct info_peer_list);
778 sendsize = v4sizeof(struct info_peer_list);
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_request.h 358 struct info_peer_list { struct

Completed in 18 milliseconds