Home
last modified time | relevance | path

Searched refs:getnetnum (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.h139 extern int getnetnum (const char *, sockaddr_u *, char *, int);
H A Dntpq-subs.c2008 if (getnetnum(chosts[u].name, &netnum, fullname, af)) { in dopeers()
2062 if (getnetnum(chosts[u].name, &netnum, fullname, af)) { in doapeers()
2184 if (getnetnum(chosts[i].name, &netnum, fullname, af)) in doopeers()
H A Dntpq.c1803 if (!getnetnum(str, &argp->netnum, NULL, 0)) in getarg()
1932 getnetnum( in getnetnum() function
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_config.c373 static int getnetnum(const char *num, sockaddr_u *addr, int complain,
1922 if (1 == getnetnum(addr_node->address, &addr_sock, 1, in config_other_modes()
1937 if (1 == getnetnum(addr_node->address, in config_other_modes()
2793 if (getnetnum(my_node->addr->address, in config_access()
2840 if (getnetnum(my_node->mask->address, in config_access()
3684 if (getnetnum(curr_opt->value.s, in config_trap()
3708 rc = getnetnum(curr_trap->addr->address, in config_trap()
3849 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF) in config_fudge()
4501 rc = getnetnum(name, &peeraddr, 0, t_UNK); in config_unpeers()
5409 getnetnum( in getnetnum() function
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc.c86 static int getnetnum (const char *, sockaddr_u *, char *, int);
1400 if (!getnetnum(str, &(argp->netnum), (char *)0, ai_fam_templ)) { in getarg()
1440 getnetnum( in getnetnum() function
/freebsd-12.1/contrib/ntp/
H A DChangeLog2911 * [Bug 1497] fudge is broken by getnetnum() change.
H A DCommitLog126824 use freeaddrinfo() in ntpq's getnetnum().
127427 Use freeaddrinfo() in ntpq's getnetnum().
151678 [Bug 1497] fudge is broken by getnetnum() change
151707 [Bug 1497] fudge is broken by getnetnum() change
151816 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname
151823 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname