Searched refs:decodenetnum (Results 1 – 14 of 14) sorted by relevance
/freebsd-src/contrib/ntp/libntp/ |
H A D | decodenetnum.c | 75 decodenetnum( in decodenetnum() function
|
H A D | Makefile.in | 171 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 \ 1064 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodenetnum.Po@am__quote@ # am--include-marker 1350 -rm -f ./$(DEPDIR)/decodenetnum.Po 1504 -rm -f ./$(DEPDIR)/decodenetnum.Po
|
H A D | Makefile.am | 164 decodenetnum.c \
|
/freebsd-src/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 1734 if (!decodenetnum(value, &srcadr)) in doprintpeers() 1751 if (decodenetnum(value, &dum_store)) { in doprintpeers() 1773 } else if (decodenetnum(value, &refidadr)) { in doprintpeers() 1798 } else if (decodenetnum(value, &refidadr)) { in doprintpeers() 2751 if (!decodenetnum(val, &addr_older)) { in collect_mru_list() 2785 else if (decodenetnum(val, &mon->addr)) in collect_mru_list() 3490 decodenetnum(val, &row.addr)) in ifstats() 3497 decodenetnum(val, &row.bcast))) in ifstats() 3703 decodenetnum(val, &row.addr)) in reslist() 3731 decodenetnum(val, &row.mask)) in reslist() [all …]
|
H A D | libntpq.c | 728 if (0 != rc && decodenetnum(dstadr, &dum_store)) in ntpq_get_assoc_clocktype()
|
H A D | ntpq.c | 1996 if (decodenetnum(hname, num)) { in getnetnum() 3699 if (!value || !decodenetnum(value, &hval)) { in cookedprint() 3711 } else if (decodenetnum(value, &hval)) { in cookedprint()
|
/freebsd-src/usr.sbin/ntp/libntp/ |
H A D | Makefile | 15 clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \
|
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_stdlib.h | 195 extern int decodenetnum (const char *, sockaddr_u *);
|
/freebsd-src/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 1478 if (decodenetnum(hname, num)) { in getnetnum()
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp_control.c | 4072 if (!decodenetnum(val, &laddr)) in read_mru_list() 4085 if (!decodenetnum(val, &addr[si])) in read_mru_list()
|
/freebsd-src/contrib/ntp/ |
H A D | NEWS | 302 * [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org> 303 - rewrite 'decodenetnum()' in terms of inet_pton 399 * [Bug 3531] make check: test-decodenetnum fails <perlinger@ntp.org> 400 - try to harden 'decodenetnum()' against 'getaddrinfo()' errors 2740 * decodenetnum() will ASSERT botch instead of returning FAIL on some 2749 the decodenetnum() function will abort with an assertion failure 2852 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed 4068 * [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org> 4069 - rewrite 'decodenetnum()' in terms of inet_pton 4165 * [Bug 3531] make check: test-decodenetnum fails <perlinger@ntp.org> [all …]
|
H A D | ChangeLog | 248 * [Bug 3667] decodenetnum fails with numeric port <perlinger@ntp.org> 249 - rewrite 'decodenetnum()' in terms of inet_pton 333 * [Bug 3531] make check: test-decodenetnum fails <perlinger@ntp.org> 334 - try to harden 'decodenetnum()' against 'getaddrinfo()' errors 911 * [Sec 2922] decodenetnum() will ASSERT botch instead of returning FAIL 955 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed 4150 * [Bug 1208] decodenetnum() buffer overrun on [ with no ]
|
H A D | CommitLog | 5855 tests/libntp/decodenetnum.c@1.14 +40 -40 9667 [Bug 3667] decodenetnum fails with numeric port 9670 libntp/decodenetnum.c@1.21 +1 -1 9671 [Bug 3667] decodenetnum fails with numeric port 9675 [Bug 3667] decodenetnum fails with numeric port 9679 [Bug 3667] decodenetnum fails with numeric port 9701 [Bug 3667] decodenetnum fails with numeric port 9704 [Bug 3667] decodenetnum fails with numeric port 9707 [Bug 3667] decodenetnum fails with numeric port 9711 [Bug 3667] decodenetnum fails with numeric port [all …]
|
H A D | CommitLog-4.1.0 | 5674 * libntp/decodenetnum.c (decodenetnum): ctype macros take ints as args
|