Home
last modified time | relevance | path

Searched refs:th_x2 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h57 uint_t th_x2:4, /* (unused) */ member
61 th_x2:4; /* (unused) */ member
H A Dtcpip.h36 #define ti_x2 ti_t.th_x2
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1788 # define TCP_X2(x) (x)->th_x2
1791 # define TCP_X2_A(x,y) (x)->th_x2 = (y)