Home
last modified time | relevance | path

Searched refs:decodenetnum (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c75 decodenetnum( in decodenetnum() function
H A DMakefile.in171 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
229 clocktypes.$(OBJEXT) decodenetnum.$(OBJEXT) dofptoa.$(OBJEXT) \
257 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
309 ./$(DEPDIR)/decodenetnum.Po ./$(DEPDIR)/dofptoa.Po \
794 decodenetnum.c \
1065 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodenetnum.Po@am__quote@ # am--include-marker
1352 -rm -f ./$(DEPDIR)/decodenetnum.Po
1507 -rm -f ./$(DEPDIR)/decodenetnum.Po
H A DMakefile.am164 decodenetnum.c \
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c1733 if (!decodenetnum(value, &srcadr)) in doprintpeers()
1750 if (decodenetnum(value, &dum_store)) { in doprintpeers()
2742 if (!decodenetnum(val, &addr_older)) { in collect_mru_list()
2776 else if (decodenetnum(val, &mon->addr)) in collect_mru_list()
3481 decodenetnum(val, &row.addr)) in ifstats()
3488 decodenetnum(val, &row.bcast))) in ifstats()
3694 decodenetnum(val, &row.addr)) in reslist()
3722 decodenetnum(val, &row.mask)) in reslist()
3842 if (!decodenetnum(val, &pvdc->v.sau)) in collect_display_vdc()
3849 if (!decodenetnum(val, &pvdc->v.sau)) in collect_display_vdc()
[all …]
H A Dlibntpq.c728 if (0 != rc && decodenetnum(dstadr, &dum_store)) in ntpq_get_assoc_clocktype()
H A Dntpq.c2000 if (decodenetnum(hname, num)) { in getnetnum()
3703 if (!value || !decodenetnum(value, &hval)) { in cookedprint()
3715 } else if (decodenetnum(value, &hval)) { in cookedprint()
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile16 clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \
/freebsd/contrib/ntp/include/
H A Dntp_stdlib.h194 extern int decodenetnum (const char *, sockaddr_u *);
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c1478 if (decodenetnum(hname, num)) { in getnetnum()
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c4084 if (!decodenetnum(val, &laddr)) in read_mru_list()
4097 if (!decodenetnum(val, &addr[si])) in read_mru_list()
/freebsd/contrib/ntp/
H A DNEWS166 * [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org>
167 - rewrite 'decodenetnum()' in terms of inet_pton
263 * [Bug 3531] make check: test-decodenetnum fails <perlinger@ntp.org>
264 - try to harden 'decodenetnum()' against 'getaddrinfo()' errors
2604 * decodenetnum() will ASSERT botch instead of returning FAIL on some
2613 the decodenetnum() function will abort with an assertion failure
2716 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
H A DChangeLog130 * [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org>
131 - rewrite 'decodenetnum()' in terms of inet_pton
215 * [Bug 3531] make check: test-decodenetnum fails <perlinger@ntp.org>
216 - try to harden 'decodenetnum()' against 'getaddrinfo()' errors
793 * [Sec 2922] decodenetnum() will ASSERT botch instead of returning FAIL
837 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
4032 * [Bug 1208] decodenetnum() buffer overrun on [ with no ]
H A DCommitLog6449 libntp/decodenetnum.c@1.21 +1 -1
25003 libntp/decodenetnum.c@1.18 +4 -1
26186 decodenetnum.c:
26225 socktoa.c, run-decodenetnum.c:
26227 decodenetnum.c:
27521 libntp/decodenetnum.c@1.17 +3 -3
28192 decodenetnum.c:
31805 Rename: tests/libntp/run-test-decodenetnum.c -> tests/libntp/run-decodenetnum.c
32084 Changes for <decodenetnum> test
157991 decodenetnum().
[all …]
H A DCommitLog-4.1.05674 * libntp/decodenetnum.c (decodenetnum): ctype macros take ints as args