Lines Matching refs:tpp
219 struct netconfig **tpp;
228 for (tpp = netpp; *tpp; tpp++) {
229 if (strcmp((*tpp)->nc_netid, netid) == 0) {
230 if (*tpp && (strcmp((*tpp)->nc_netid, "udp6") == 0 ||
231 strcmp((*tpp)->nc_netid, "tcp6") == 0)) {
238 return (netconfig_dup(*tpp));
268 struct netconfig **tpp; /* used to traverse the netconfig list */
305 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++)
395 struct netconfig **tpp; /* scans the list from netconfig file */
439 for (tpp = netpp; *tpp; tpp++) {
440 if ((*tpp)->nc_flag & NC_VISIBLE) {
442 (*tpp)->nc_netid, BUFSIZ);
472 for (tpp = netpp; *tpp; tpp++) {
473 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
475 (*tpp)->nc_netid, BUFSIZ);
509 for (tpp = netpp; *tpp; tpp++) {
510 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
511 *curr_pp++ = *tpp;
668 char **tpp; /* traverses the list, populating it */
677 tpp = listpp;
697 if ((*tpp++ = strdup(start)) == NULL) {
698 for (tpp = listpp; *tpp; tpp++)
699 free(*tpp);
704 *tpp = NULL;
881 struct netconfig **tpp;
883 for (tpp = *netppp; *tpp; tpp++) {
884 netconfig_free(*tpp);