Lines Matching refs:tlp
2728 struct iflist *tlp = NULL; in if_report() local
2816 if ((tlp != NULL) && in if_report()
2817 ((strcmp(buf, tlp->ifname) == 0))) { in if_report()
2852 tlp = malloc(sizeof (struct iflist)); in if_report()
2853 (void) strlcpy(tlp->ifname, buf, in if_report()
2854 sizeof (tlp->ifname)); in if_report()
2855 tlp->tot = t; in if_report()
2856 *nextnew = tlp; in if_report()
2857 nextnew = &tlp->next_if; in if_report()
2935 tlp = cleanlist->next_if; in if_report()
2937 cleanlist = tlp; in if_report()
3041 struct iflist *tlp = NULL; in if_report() local
3131 if ((tlp != NULL) && in if_report()
3132 ((strcmp(buf, tlp->ifname) == 0))) { in if_report()
3167 tlp = malloc(sizeof (struct iflist)); in if_report()
3168 (void) strlcpy(tlp->ifname, buf, in if_report()
3169 sizeof (tlp->ifname)); in if_report()
3170 tlp->tot = t; in if_report()
3171 *nextnew = tlp; in if_report()
3172 nextnew = &tlp->next_if; in if_report()
3250 tlp = cleanlist->next_if; in if_report()
3252 cleanlist = tlp; in if_report()