Searched refs:getnetnum (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntptime_config.c | 133 static int getnetnum P((const char *num, struct sockaddr_in *addr, 237 if (!getnetnum(tokens[1], &peeraddr, 1)) { in loadservers() 483 getnetnum( in getnetnum() function
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_config.c | 414 static int getnetnum P((const char *, struct sockaddr_storage *, int, 656 status = getnetnum(tokens[istart], &peeraddr, 0, t_UNK); in getconfig() 1025 if (getnetnum(tokens[i], &peeraddr, 1, in getconfig() 1317 } else if (getnetnum(tokens[istart], &peeraddr, 1, in getconfig() 1339 if (getnetnum(tokens[i], &maskaddr, 1, in getconfig() 1501 if (getnetnum(tokens[istart], &peeraddr, 1, t_UNK) != 1) in getconfig() 1541 if (getnetnum(tokens[++i], in getconfig() 1583 if (getnetnum(tokens[1], &peeraddr, 1, t_REF) != 1) in getconfig() 2205 getnetnum( in getnetnum() function
|
| /trueos/contrib/ntp/ntpq/ |
| HD | ntpq.h | 83 extern int getnetnum P((const char *, struct sockaddr_storage *, char *, int));
|
| HD | ntpq-subs.c | 1611 if (getnetnum(chosts[i], &netnum, fullname, af)) in dopeers() 1700 if (getnetnum(chosts[i], &netnum, fullname, af)) in doopeers()
|
| HD | ntpq.c | 1646 if (!getnetnum(str, &(argp->netnum), (char *)0, 0)) { in getarg() 1724 getnetnum( in getnetnum() function
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | ntpdc.c | 87 static int getnetnum P((const char *, struct sockaddr_storage *, char *, int)); 1427 if (!getnetnum(str, &(argp->netnum), (char *)0, 0)) { in getarg() 1483 getnetnum( in getnetnum() function
|