Searched refs:v6_flag (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 40 offsetof(v6_flag) = 8 57 offsetof(v6_flag) = 32 107 offsetof(v6_flag) = 240 137 offsetof(v6_flag) = 80 167 offsetof(v6_flag) = 56 249 offsetof(v6_flag) = 144 255 offsetof(v6_flag) = 4 267 offsetof(v6_flag) = 16 280 offsetof(v6_flag) = 24 295 offsetof(v6_flag) = 32 [all …]
|
H A D | ntpdc_ops.c | 270 if ((info)->v6_flag) { \ 381 SET_ADDR(paddr, plist->v6_flag, plist->addr, plist->addr6); in peerlist() 383 ((pcmd->argval->ival == 6) && (plist->v6_flag != 0)) || in peerlist() 384 ((pcmd->argval->ival == 4) && (plist->v6_flag == 0))) in peerlist() 502 ((pcmd->argval->ival == 6) && (plist->v6_flag != 0)) || in dopeers() 503 ((pcmd->argval->ival == 4) && (plist->v6_flag == 0))) in dopeers() 709 pl->v6_flag = 0; in showpeer() 717 pl->v6_flag = 1; in showpeer() 785 pl->v6_flag = 0; in peerstats() 793 pl->v6_flag = 1; in peerstats() [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 305 #define v4sizeof(type) offsetof(type, v6_flag) 342 u_int v6_flag; /* is this v6 or not */ member 364 u_int v6_flag; /* is this v6 or not */ member 419 u_int v6_flag; /* is this v6 or not */ member 454 u_int v6_flag; /* is this v6 or not */ member 495 u_int v6_flag; /* is this v6 or not */ member 608 u_int v6_flag; /* is this v6 or not */ member 627 u_int v6_flag; /* is this v6 or not */ member 659 u_int v6_flag; /* is this v6 or not */ member 677 u_int v6_flag; /* is this v6 or not */ member [all …]
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 80 (int) offsetof(struct info_peer_list, v6_flag)); 114 (int) offsetof(struct info_peer_summary, v6_flag)); 214 (int) offsetof(struct info_peer, v6_flag)); 274 (int) offsetof(struct info_peer_stats, v6_flag)); 334 (int) offsetof(struct info_sys, v6_flag)); 494 (int) offsetof(struct conf_peer, v6_flag)); 506 (int) offsetof(struct conf_unpeer, v6_flag)); 530 (int) offsetof(struct info_restrict, v6_flag)); 550 (int) offsetof(struct conf_restrict, v6_flag)); 580 (int) offsetof(struct info_monitor_1, v6_flag)); [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 681 ip->v6_flag = 1; in list_peers() 685 ip->v6_flag = 0; in list_peers() 734 ips->v6_flag = 1; in list_peers_sum() 742 ips->v6_flag = 0; in list_peers_sum() 829 if (client_v6_capable && ipl.v6_flag) { in peer_info() 854 ip->v6_flag = 1; in peer_info() 873 ip->v6_flag = 0; in peer_info() 971 if (client_v6_capable && ipl.v6_flag) { in peer_stats() 1010 ip->v6_flag = 0; in peer_stats() 1021 ip->v6_flag in peer_stats() [all...] |