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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 379 !checkitemsize(itemsize, v4sizeof(struct info_peer_list)))
466 !checkitemsize(itemsize, v4sizeof(struct info_peer_summary)))
704 sendsize = v4sizeof(struct info_peer_list);
742 !checkitemsize(itemsize, v4sizeof(struct info_peer)))
778 sendsize = v4sizeof(struct info_peer_list);
819 !checkitemsize(itemsize, v4sizeof(struct info_peer_stats)))
982 !checkitemsize(itemsize, v4sizeof(struct info_sys)))
1357 sendsize = v4sizeof(struct conf_peer);
1506 sendsize = v4sizeof(struct conf_unpeer);
1719 !checkitemsize(itemsize, v4sizeof(struct info_restrict))
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 48 #define v6sizeof(type) (client_v6_capable ? sizeof(type) : v4sizeof(type))
127 { REQ_PEER_INFO, NOAUTH, v4sizeof(struct info_peer_list),
129 { REQ_PEER_STATS, NOAUTH, v4sizeof(struct info_peer_list),
137 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
139 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
146 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
150 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
155 { REQ_RESET_PEER, AUTH, v4sizeof(struct conf_unpeer),
162 { REQ_ADD_TRAP, AUTH, v4sizeof(struct conf_trap)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_request.h 326 #define v4sizeof(type) offsetof(type, v6_flag) macro

Completed in 67 milliseconds