Lines Matching refs:ng_ID_t
225 static ng_ID_t ng_decodeidname(const char *name);
235 static node_p ng_ID2noderef(ng_ID_t ID);
385 VNET_DEFINE_STATIC(ng_ID_t, nextID) = 1;
832 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef()
844 ng_ID_t
918 ng_ID_t temp; in ng_name2noderef()
950 static ng_ID_t
960 return ((ng_ID_t)0); in ng_decodeidname()
965 return ((ng_ID_t)0); in ng_decodeidname()
967 return ((ng_ID_t)val); in ng_decodeidname()
3607 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3643 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) in ng_address_path()
3668 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
3876 ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr) in ng_replace_retaddr()