Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tp

357  * Reserved for BACnet MS/TP.
722 /* BACnet MS/TP */
1249 static u_char *tp = NULL;
1260 if (tp != NULL)
1261 free((u_char *)tp);
1262 tp = (u_char *)malloc(tsize);
1263 if (tp == NULL) {
1270 amt_read = fread((char *)tp, 1, hdr->caplen, fp);
1291 memcpy((char *)buf, (char *)tp, buflen);