Searched refs:getnetnum (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/ntp/ntpq/ |
| H A D | ntpq.h | 139 extern int getnetnum (const char *, sockaddr_u *, char *, int);
|
| H A D | ntpq-subs.c | 2008 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 D | ntpq.c | 1803 if (!getnetnum(str, &argp->netnum, NULL, 0)) in getarg() 1932 getnetnum( in getnetnum() function
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 383 static int getnetnum(const char *num, sockaddr_u *addr, int complain, 1932 if (1 == getnetnum(addr_node->address, &addr_sock, 1, in config_other_modes() 1947 if (1 == getnetnum(addr_node->address, in config_other_modes() 2803 if (getnetnum(my_node->addr->address, in config_access() 2850 if (getnetnum(my_node->mask->address, in config_access() 3694 if (getnetnum(curr_opt->value.s, in config_trap() 3718 rc = getnetnum(curr_trap->addr->address, in config_trap() 3859 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF) in config_fudge() 4511 rc = getnetnum(name, &peeraddr, 0, t_UNK); in config_unpeers() 5419 getnetnum( in getnetnum() function
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 86 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-13.1/contrib/ntp/ |
| H A D | ChangeLog | 2940 * [Bug 1497] fudge is broken by getnetnum() change.
|
| H A D | CommitLog | 127537 use freeaddrinfo() in ntpq's getnetnum(). 128140 Use freeaddrinfo() in ntpq's getnetnum(). 152391 [Bug 1497] fudge is broken by getnetnum() change 152420 [Bug 1497] fudge is broken by getnetnum() change 152529 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname 152536 fix sizeof() abuse in getnetnum(), incorrect assumption that ai_canonname
|