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

  /src/external/bsd/ntp/dist/include/
ntp_request.h 326 #define v4sizeof(type) offsetof(type, v6_flag)
363 u_int v6_flag; /* is this v6 or not */ member in struct:info_peer_list
385 u_int v6_flag; /* is this v6 or not */ member in struct:info_peer_summary
440 u_int v6_flag; /* is this v6 or not */ member in struct:info_peer
475 u_int v6_flag; /* is this v6 or not */ member in struct:info_peer_stats
516 u_int v6_flag; /* is this v6 or not */ member in struct:info_sys
629 u_int v6_flag; /* is this v6 or not */ member in struct:conf_peer
648 u_int v6_flag; /* is this v6 or not */ member in struct:conf_unpeer
661 u_int v6_flag; /* is this v6 or not */ member in struct:info_restrict
678 short unused1; /* (unused) padding for v6_flag */
679 u_int v6_flag; \/* is this v6 or not *\/ member in struct:conf_restrict
699 u_int v6_flag; \/* is this v6 or not *\/ member in struct:info_monitor_1
718 u_int v6_flag; \/* is this v6 or not *\/ member in struct:info_monitor
734 u_int v6_flag; \/* is this v6 or not *\/ member in struct:old_info_monitor
792 u_int v6_flag; \/* is this v6 or not *\/ member in struct:info_trap
805 u_int v6_flag; \/* is this v6 or not *\/ member in struct:conf_trap
920 u_int32 v6_flag; \/* is this v6 *\/ member in struct:info_if_stats
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 272 if ((info)->v6_flag) { \
383 SET_ADDR(paddr, plist->v6_flag, plist->addr, plist->addr6);
385 ((pcmd->argval->ival == 6) && (plist->v6_flag != 0)) ||
386 ((pcmd->argval->ival == 4) && (plist->v6_flag == 0)))
504 ((pcmd->argval->ival == 6) && (plist->v6_flag != 0)) ||
505 ((pcmd->argval->ival == 4) && (plist->v6_flag == 0)))
711 pl->v6_flag = 0;
719 pl->v6_flag = 1;
787 pl->v6_flag = 0;
795 pl->v6_flag = 1
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 683 ip->v6_flag = 1;
687 ip->v6_flag = 0;
736 ips->v6_flag = 1;
744 ips->v6_flag = 0;
831 if (client_v6_capable && ipl.v6_flag) {
856 ip->v6_flag = 1;
875 ip->v6_flag = 0;
973 if (client_v6_capable && ipl.v6_flag) {
1012 ip->v6_flag = 0;
1023 ip->v6_flag = 1
    [all...]

Completed in 29 milliseconds