HomeSort by: relevance | last modified time | path
    Searched defs:ntp (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_txt.c 67 TEXT ait, *ntp, *tp; local
202 if ((ntp = text_init(sp, NULL, 0, 32)) == NULL)
204 ntp->lno = tp->lno + 1;
218 OOBLNO, &ait, ait.ai, ntp))
223 OOBLNO, tp, tp->len, ntp))
227 txt_prompt(sp, ntp, prompt, flags);
233 tp = ntp;
  /src/usr.sbin/timed/timed/
readmsg.c 85 struct netinfo *ntp; local
131 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
132 if ((ntp->mask & from.sin_addr.s_addr) ==
133 ntp->net.s_addr) {
134 fromnet = ntp;
244 for (ntp = nettab; ntp != NULL; ntp = ntp->next
    [all...]
slave.c 77 struct netinfo *ntp; local
98 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
99 if (ntp->status == MASTER)
100 masterup(ntp);
118 for (ntp = nettab; ntp != NULL; ntp = ntp->next)
    [all...]
globals.h 109 struct netinfo *ntp; member in struct:hosttbl
master.c 83 struct netinfo *ntp; local
89 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
90 if (ntp->status == MASTER)
91 masterup(ntp);
122 for (ntp = nettab; ntp; ntp = ntp->next)
    [all...]
timed.c 128 struct netinfo *ntp; local
275 ntp = NULL;
279 if (!ntp)
280 ntp = malloc(sizeof(struct netinfo));
281 (void)memset(ntp, 0, sizeof(*ntp));
282 ntp->my_addr=((struct sockaddr_in *)(void *)ifa->ifa_addr)->sin_addr;
283 ntp->status = NOMASTER;
292 ntp->mask = ((struct sockaddr_in *)(void *)
296 ntp->dest_addr = *(struct sockaddr_in *)(void *)ifa->ifa_broadaddr
547 struct netinfo *ntp; local
600 struct netinfo *ntp; local
615 struct netinfo *ntp; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kdc/
digest-service.c 67 NTLMReply ntp; local
80 ntp.success = 0;
81 ntp.flags = 0;
82 ntp.sessionkey = NULL;
201 ntp.success = 1;
203 ASN1_MALLOC_ENCODE(NTLMReply, rep.data, rep.length, &ntp, &size, ret);
  /src/external/bsd/libpcap/dist/
pcap-snit.c 124 register struct nit_iftime *ntp; local
180 ntp = (struct nit_iftime *)cp;
181 cp += sizeof(*ntp);
200 h.ts = ntp->nh_timestamp;
  /src/sys/fs/ntfs/
ntfs_vfsops.c 679 struct ntnode *ntp; local
693 ntp = VTONT(vp);
696 ntfh.ntfid_ino = ntp->i_number;
699 ntfh.ntfid_gen = ntp->i_gen;
  /src/crypto/dist/ipsec-tools/src/libipsec/
key_debug.c 534 struct sadb_x_nat_t_port *ntp = (void *)ext; local
540 printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(ntp->sadb_x_nat_t_port_port));
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntp.pl 3 ;# ntp.pl,v 3.1 1993/07/06 01:09:09 jbj Exp
15 package ntp; package
32 ;# access routines for ntp control packet
33 ;# NTP control message format
346 ;# process a NTP control message (response) packet
475 &main'set_timeout($id,time+$timeout,"&ntp'handle_packet_timeout(\"".unpack("H*",$id)."\");"); #'";
  /src/external/gpl3/gcc/dist/gcc/
tree-dfa.cc 1027 numbered_tree *ntp; local
1032 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
1034 if (ntp->t == last)
1036 fprintf (file, "%d: ", ntp->num);
1037 print_generic_decl (file, ntp->t, flags);
1039 last = ntp->t;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 1033 numbered_tree *ntp; local
1038 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
1040 if (ntp->t == last)
1042 fprintf (file, "%d: ", ntp->num);
1043 print_generic_decl (file, ntp->t, flags);
1045 last = ntp->t;
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 286 TEST_ASSERT_EQUAL_MESSAGE(DAY_NTP_STARTS, rdn, "(NTP EPOCH)");
541 u_int32 ntp, expys, truys; local
544 for (ntp = 0; ntp < 0xFFFFFFFFu - 30000000u; ntp += 30000000u) {
545 truys = calyearstart(ntp, &pivot);
546 ntpcal_ntp_to_date(&date, ntp, &pivot);
561 u_int32 ntp, expms, trums; local
564 for (ntp = 0; ntp < 0xFFFFFFFFu - 2000000u; ntp += 2000000u)
581 u_int32 ntp, expws, truws; local
601 u_int32 ntp, expds, truds; local
    [all...]
  /src/external/bsd/nvi/dist/vi/
v_txt.c 262 TEXT *ntp, *tp; /* Input text structures. */ local
783 if ((ntp = text_init(sp, p,
786 TAILQ_INSERT_TAIL(&sp->tiq, ntp, q);
789 ntp->insert = insert;
790 ntp->owrite = owrite;
791 ntp->lno = tp->lno + 1;
803 if (v_txt_auto(sp, OOBLNO, &ait, ait.ai, ntp))
807 if (v_txt_auto(sp, OOBLNO, tp, tp->cno, ntp))
813 ntp->cno = ntp->ai
1830 TEXT *ntp; local
    [all...]
  /src/usr.bin/xlint/lint1/
decl.c 120 type_t *ntp = block_zero_alloc(sizeof(*ntp), "type"); local
122 *ntp = *tp;
123 debug_step("%s '%s'", __func__, type_name(ntp));
124 return ntp;
131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local
133 *ntp = *tp;
134 debug_step("%s: '%s'", __func__, type_name(ntp));
135 return ntp;
147 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local
    [all...]
tree.c 493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
495 unsigned new_width = width_in_bits(ntp);
497 bool new_unsigned = is_uinteger(ntp->t_tspec);
506 return ic_any(ntp);
1094 type_t *ntp = expr_dup_type(tn->tn_type); local
1095 ntp->t_tspec = t;
1099 expr_type_name(tn), type_name(ntp));
1101 return convert(op, 0, ntp, tn);
1638 type_t *ntp = expr_dup_type(tp1); local
1639 ntp->t_subt = nstp
1699 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local
    [all...]

Completed in 46 milliseconds