Searched refs:netconfigp (Results 1 – 1 of 1) sorted by relevance
531 freenetconfigent(struct netconfig *netconfigp) in freenetconfigent() argument533 if (netconfigp != NULL) { in freenetconfigent()534 free(netconfigp->nc_netid); /* holds all netconfigp's strings */ in freenetconfigent()535 free(netconfigp->nc_lookups); in freenetconfigent()536 free(netconfigp); in freenetconfigent()