Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.h138 extern int getnetnum (const char *, sockaddr_u *, char *, int);
HDntpq-subs.c2036 if (getnetnum(chosts[u].name, &netnum, fullname, af)) { in dopeers()
2091 if (getnetnum(chosts[u].name, &netnum, fullname, af)) { in doapeers()
2214 if (getnetnum(chosts[i].name, &netnum, fullname, af)) { in doopeers()
HDntpq.c1848 if (!getnetnum(str, &argp->netnum, NULL, 0)) in getarg()
1977 getnetnum( in getnetnum() function
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_config.c380 static int getnetnum(const char *num, sockaddr_u *addr, int complain,
1059 omit_mask = (0 != getnetnum(rest_node->mask->address, in dump_config_tree()
2001 if (1 == getnetnum(addr_node->address, &addr_sock, 1, in config_other_modes()
2016 if (1 == getnetnum(addr_node->address, in config_other_modes()
2913 if (getnetnum(my_node->addr->address, in config_access()
2962 if (getnetnum(my_node->mask->address, in config_access()
3793 if (getnetnum(curr_opt->value.s, in config_trap()
3817 rc = getnetnum(curr_trap->addr->address, in config_trap()
3959 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF) in config_fudge()
4085 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF) in config_device()
[all …]
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc.c86 static int getnetnum (const char *, sockaddr_u *, char *, int);
1418 if (!getnetnum(str, &(argp->netnum), (char *)0, ai_fam_templ)) { in getarg()
1458 getnetnum( in getnetnum() function
/freebsd-14-stable/contrib/ntp/
HDChangeLog3180 * [Bug 1497] fudge is broken by getnetnum() change.
HDCommitLog136893 use freeaddrinfo() in ntpq's getnetnum().
137496 Use freeaddrinfo() in ntpq's getnetnum().
161747 [Bug 1497] fudge is broken by getnetnum() change
161776 [Bug 1497] fudge is broken by getnetnum() change
161885 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname
161892 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname