Searched refs:ng_address_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netgraph/
H A Dng_socket.c312 if ((error = ng_address_path((pcbp->sockdata->node), item, path, 0))
315 printf("ng_address_path: errx=%d\n", error);
714 * Use ng_package_data() and ng_address_path() to do this.
721 if ((error = ng_address_path(NULL, item, sap->sg_data, 0)))
H A Dnetgraph.h982 if (((error) = ng_address_path((here), (_item), \
1141 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
H A Dng_base.c3621 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) function

Completed in 112 milliseconds