Searched refs:getnetnum (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq.h | 138 extern int getnetnum (const char *, sockaddr_u *, char *, int);
|
| H A D | ntpq-subs.c | 2036 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()
|
| H A D | ntpq.c | 1848 if (!getnetnum(str, &argp->netnum, NULL, 0)) in getarg() 1977 getnetnum( in getnetnum() function
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 380 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 …]
|
| /src/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 86 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
|
| /src/contrib/ntp/ |
| H A D | ChangeLog | 3180 * [Bug 1497] fudge is broken by getnetnum() change.
|
| H A D | CommitLog | 136893 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
|