Searched defs:ntp (Results 1 – 3 of 3) sorted by relevance
12 struct netent *ntp = getnetent(); in test1() local26 struct netent *ntp = getnetbyname("loopback"); in test2() local40 struct netent *ntp = getnetbyaddr(127, 2); in test3() local56 struct netent *ntp = getnetent(); in test4() local
20 struct netent *ntp = getnetent(); in test1() local33 struct netent *ntp = getnetbyname(LOOPBACK); in test2() local48 struct netent *ntp = getnetbyaddr(lb->n_net, lb->n_addrtype); in test3() local63 struct netent *ntp = getnetent(); in test4() local
33 non_type_param<int>::B ntp = 5; variable