Home
last modified time | relevance | path

Searched refs:tha_urp (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h107 uint16_t tha_urp; /* Urgent pointer */ member
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h132 uint16_t tha_urp; /* Urgent pointer */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3172 tcpha->tha_urp = htons(u1); in tcp_xmit_mp()
H A Dtcp.c2900 tcpha->tha_urp = 0; in tcp_build_hdrs()
H A Dtcp_input.c2911 urp = ntohs(tcpha->tha_urp) - TCP_OLD_URP_INTERPRETATION; in tcp_input_data()