Lines Matching defs:tpp
222 struct netconfig **tpp;
231 for (tpp = netpp; *tpp; tpp++) {
232 if (strcmp((*tpp)->nc_netid, netid) == 0) {
233 if (*tpp && (strcmp((*tpp)->nc_netid, "udp6") == 0 ||
234 strcmp((*tpp)->nc_netid, "tcp6") == 0)) {
241 return (netconfig_dup(*tpp));
271 struct netconfig **tpp; /* used to traverse the netconfig list */
308 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++)
398 struct netconfig **tpp; /* scans the list from netconfig file */
442 for (tpp = netpp; *tpp; tpp++) {
443 if ((*tpp)->nc_flag & NC_VISIBLE) {
444 (void) strcat(valid_netpath, (*tpp)->nc_netid);
474 for (tpp = netpp; *tpp; tpp++) {
475 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
477 (*tpp)->nc_netid);
510 for (tpp = netpp; *tpp; tpp++) {
511 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
512 *curr_pp++ = *tpp;
669 char **tpp; /* traverses the list, populating it */
678 tpp = listpp;
698 if ((*tpp++ = strdup(start)) == NULL) {
699 for (tpp = listpp; *tpp; tpp++)
700 free(*tpp);
705 *tpp = NULL;
882 struct netconfig **tpp;
884 for (tpp = *netppp; *tpp; tpp++) {
885 netconfig_free(*tpp);