software_node_get_next_child
while ((port = software_node_get_next_child(parent, old))) {
endpoint = software_node_get_next_child(port, endpoint);
.get_next_child_node = software_node_get_next_child,