Home
last modified time | relevance | path

Searched refs:nodeptr (Results 1 – 3 of 3) sorted by relevance

/NextBSD/bin/sh/
HDnodetypes43 # nodeptr - a pointer to a node
54 ch1 nodeptr # the first child
55 ch2 nodeptr # the second child
59 args nodeptr # the arguments
60 redirect nodeptr # list of file redirections
69 n nodeptr # the command
70 redirect nodeptr # list of file redirections
80 test nodeptr # if test
81 ifpart nodeptr # then ifpart
82 elsepart nodeptr # else elsepart
[all …]
/NextBSD/lib/libosxsupport/
HDsi_getaddrinfo.c849 _gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uint32_t sockt… in _gai_simple() argument
873 h4_item = si_host_byaddr(si, nodeptr, AF_INET, interface, NULL); in _gai_simple()
877 h6_item = si_host_byaddr(si, nodeptr, AF_INET6, interface, NULL); in _gai_simple()
884 h4_item = si_host_byname(si, nodeptr, AF_INET, interface, NULL); in _gai_simple()
889 h6_item = si_host_byname(si, nodeptr, AF_INET6, interface, NULL); in _gai_simple()
1015 const void *nodeptr = NULL, *servptr = NULL; in si_addrinfo() local
1152 nodeptr = &a4; in si_addrinfo()
1156 nodeptr = &a6; in si_addrinfo()
1161 nodeptr = node; in si_addrinfo()
1200 …out = si->vtable->sim_addrinfo(si, nodeptr, servptr, family, socktype, proto, flags, interface, er… in si_addrinfo()
[all …]
/NextBSD/include/
HDsi_module.h369 si_list_t *_gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uin…