HomeSort by: relevance | last modified time | path
    Searched defs:getnetnum (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 88 static int getnetnum (const char *, sockaddr_u *, char *, int);
1420 if (!getnetnum(str, &(argp->netnum), (char *)0, ai_fam_templ)) {
1456 * getnetnum - given a host name, return its net number
1460 getnetnum( function
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 1850 if (!getnetnum(str, &argp->netnum, NULL, 0))
1975 * getnetnum - given a host name, return its net number
1979 getnetnum( function
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 392 static int getnetnum(const char *num, sockaddr_u *addr, int complain,
1071 omit_mask = (0 != getnetnum(rest_node->mask->address,
2013 if (1 == getnetnum(addr_node->address, &addr_sock, 1,
2028 if (1 == getnetnum(addr_node->address,
2925 if (getnetnum(my_node->addr->address,
2974 if (getnetnum(my_node->mask->address,
3805 if (getnetnum(curr_opt->value.s,
3829 rc = getnetnum(curr_trap->addr->address,
3971 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF)
4097 if (getnetnum(addr_node->address, &addr_sock, 1, t_REF
5619 getnetnum( function
    [all...]

Completed in 20 milliseconds