Searched refs:th_urp (Results 1 – 10 of 10) sorted by relevance
301 deltaS = ntohs(th->th_urp); in vj_compress_tcp()307 } else if (th->th_urp != oth->th_urp) { in vj_compress_tcp()619 DECODEU(th->th_urp); in vj_uncompress_tcp()
114 ntohs(tcp->th_urp)); in interpret_tcp()199 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_urp - dlc_header) + in interpret_tcp()200 4, 1), "Urgent pointer = %d", ntohs(tcp->th_urp)); in interpret_tcp()
41 #define ti_urp ti_t.th_urp
74 uint16_t th_urp; /* urgent pointer */ member
79 uint8_t th_urp[2]; /* Urgent pointer */ member
166 tcp_urgent = ntohs(*(uint16_t *)T->th_urp);208 tcp_urgent = T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_urp) : 0;
296 tcp->th_urp = htons(1);
102 uint8_t th_urp[2]; /* Urgent pointer */ member
1076 if ((flags & TH_URG) != 0 && (tcp->th_urp == 0)) {1078 } else if ((flags & TH_URG) == 0 && (tcp->th_urp != 0)) {
1160 mdb_nhconvert(&urp, &tcph->th_urp, sizeof (urp)); in tcphdr_print()