Home
last modified time | relevance | path

Searched refs:hmode (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_peer.c190 && (-1 == mode || p->hmode == mode) in findexistingpeer_name()
235 sptoa(&peer->srcadr), mode, peer->hmode, in findexistingpeer_addr()
237 if ((-1 == mode || peer->hmode == mode || in findexistingpeer_addr()
323 *action = MATCH_ASSOC(p->hmode, pkt_mode); in findpeer()
563 u_char hmode, in peer_config() argument
580 switch (hmode) { in peer_config()
613 return newpeer(srcadr, hostname, dstadr, hmode, version, in peer_config()
643 (INT_MCASTIF & dstadr->flags) && MODE_CLIENT == p->hmode) { in set_peerdstadr()
682 stoa(&p->dstadr->sin), stoa(&p->srcadr), p->hmode, in peer_refresh_interface()
755 u_char hmode, in newpeer() argument
[all …]
Dntp_config.c126 u_char hmode; /* MODE_* */ member
265 static int is_sane_resolved_address(sockaddr_u *peeraddr, int hmode);
1197 int hmode, in create_peer_node() argument
1213 my_node->host_mode = hmode; in create_peer_node()
3661 int hmode in is_sane_resolved_address() argument
3675 if ((T_Server == hmode || T_Peer == hmode || T_Pool == hmode) in is_sane_resolved_address()
3682 if (T_Manycastclient == hmode && !IS_MCAST(peeraddr)) { in is_sane_resolved_address()
3791 u_char hmode; in config_peers() local
3828 ctx->hmode = MODE_CLIENT; in config_peers()
3855 hmode = get_correct_host_mode(curr_peer->host_mode); in config_peers()
[all …]
Dntp_proto.c539 if (peer->hmode != MODE_BCLIENT) in transmit()
2458 && MODE_CLIENT == peer->hmode in process_packet()
2463 peer->hmode = MODE_BCLIENT; in process_packet()
2465 peer->hmode = MODE_BCLIENT; in process_packet()
2468 peer->hmode = MODE_BCLIENT; in process_packet()
2810 if (peer->hmode == MODE_BCLIENT) in peer_clear()
2843 } else if (MODE_PASSIVE == peer->hmode) { in peer_clear()
3666 peer->hmode); in peer_xmit()
3704 if (peer->hmode == MODE_BROADCAST) { /* bcst */ in peer_xmit()
3743 stoa(&peer->srcadr), peer->hmode, sendlen, in peer_xmit()
[all …]
Dntp_request.c688 ip->hmode = pp->hmode; in list_peers()
780 ips->hmode = pp->hmode; in list_peers_sum()
891 ip->hmode = pp->hmode; in peer_info()
1081 is->peer_mode = sys_peer->hmode; in sys_info()
1356 if (temp_cp.hmode > MODE_BCLIENT) { in do_conf()
1373 temp_cp.hmode, temp_cp.version, temp_cp.minpoll, in do_conf()
Dntp_refclock.c206 switch (peer->hmode) { in refclock_newpeer()
Dntp_control.c2021 ? sys_peer->hmode in ctl_putsys()
2674 ctl_putuint(peer_var[id].text, p->hmode); in ctl_putpeer()
Dntp_crypto.c348 if (peer->hmode == MODE_BROADCAST) in make_keylist()
/freebsd-9-stable/contrib/gcc/config/i386/
Dsync.md56 enum machine_mode hmode = <MODE>mode == DImode ? SImode : DImode;
57 rtx low = simplify_gen_subreg (hmode, operands[3], <MODE>mode, 0);
58 rtx high = simplify_gen_subreg (hmode, operands[3], <MODE>mode,
59 GET_MODE_SIZE (hmode));
60 low = force_reg (hmode, low);
61 high = force_reg (hmode, high);
147 enum machine_mode hmode = <MODE>mode == DImode ? SImode : DImode;
148 rtx low = simplify_gen_subreg (hmode, operands[3], <MODE>mode, 0);
149 rtx high = simplify_gen_subreg (hmode, operands[3], <MODE>mode,
150 GET_MODE_SIZE (hmode));
[all …]
/freebsd-9-stable/contrib/gdb/gdb/
Dremote-fileio.c147 mode_t hmode = 0; in remote_fileio_mode_to_host() local
152 hmode |= S_IFREG; in remote_fileio_mode_to_host()
154 hmode |= S_IFDIR; in remote_fileio_mode_to_host()
156 hmode |= S_IFCHR; in remote_fileio_mode_to_host()
159 hmode |= S_IRUSR; in remote_fileio_mode_to_host()
161 hmode |= S_IWUSR; in remote_fileio_mode_to_host()
163 hmode |= S_IXUSR; in remote_fileio_mode_to_host()
165 hmode |= S_IRGRP; in remote_fileio_mode_to_host()
167 hmode |= S_IWGRP; in remote_fileio_mode_to_host()
169 hmode |= S_IXGRP; in remote_fileio_mode_to_host()
[all …]
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std38 offsetof(hmode) = 6
53 offsetof(hmode) = 15
68 offsetof(hmode) = 12
227 offsetof(hmode) = 4
238 offsetof(hmode) = 4
Dntpdc_ops.c386 modetoa(plist->hmode), in peerlist()
468 else if (plist->hmode == MODE_ACTIVE) in dopeers()
470 else if (plist->hmode == MODE_PASSIVE) in dopeers()
472 else if (plist->hmode == MODE_CLIENT) in dopeers()
474 else if (plist->hmode == MODE_BROADCAST) in dopeers()
476 else if (plist->hmode == MODE_BCLIENT) in dopeers()
597 modetoa(pp->hmode), modetoa(pp->pmode), in printpeer()
711 pl->hmode = pl->flags = 0; in showpeer()
787 pl->hmode = plist[qitems].flags = 0; in peerstats()
1441 cpeer.hmode = (u_char) mode; in doconfig()
/freebsd-9-stable/contrib/ntp/include/
Dntp_request.h340 u_char hmode; /* mode for this peer */ member
360 u_char hmode; /* peer mode */ member
380 u_char hmode; /* peer.hmode */ member
585 u_char hmode; /* mode, either broadcast, active or client */ member
597 u_char hmode; /* mode, either broadcast, active or client */ member
Dntp_config.h281 peer_node *create_peer_node(int hmode, address_node *addr,
Dntp.h269 u_char hmode; /* local association mode */ member
/freebsd-9-stable/usr.sbin/ntp/ntpdc/
Dnl.c77 (int) offsetof(struct info_peer_list, hmode));
107 (int) offsetof(struct info_peer_summary, hmode));
137 (int) offsetof(struct info_peer, hmode));
455 (int) offsetof(struct old_conf_peer, hmode));
477 (int) offsetof(struct conf_peer, hmode));
/freebsd-9-stable/contrib/ntp/sntp/
Dnetworking.h49 u_char hmode; member
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
Dsnmp_ntp.c135 int32_t hmode; /* Mode */ member
1013 val_parse_int32(val, &p->hmode, 0, 7, 0); in fetch_peers()
1279 value->v.integer = t->hmode; in op_ntpPeersVarTable()
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-subs.c1614 long hmode = 0; in doprintpeers() local
1680 decodeint(value, &hmode); in doprintpeers()
1774 switch (hmode) { in doprintpeers()
Dntpq.texi704 @item @code{hmode}
Dntpq-opts.def863 .It Ic hmode
Dinvoke-ntpq.texi719 @item @code{hmode}
/freebsd-9-stable/contrib/ntp/
DCommitLog-4.1.04931 * ntpd/refclock_parse.c (CLK_REALTYPE): We really want ttl, not hmode.
4933 ttl member, not the hmode member.
4949 * ntpd/refclock_parse.c (CLK_REALTYPE): Use hmode, not ttl.
5130 * ntpd/ntp_config.c (getconfig): MODE was setting ttl, not hmode.
DNEWS540 * Crafted addpeer with hmode > 7 causes array wraparound with MATCH_ASSOC
548 hmode > 7 causes the MATCH_ASSOC() lookup to make an
DChangeLog104 * [Sec 3009] Crafted addpeer with hmode > 7 causes OOB error. perlinger@ntp.org
/freebsd-9-stable/contrib/binutils/opcodes/
DChangeLog-92971923 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument

12