Searched defs:ti_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcpip.h23 struct tcphdr ti_t; /* tcp header */ member in struct:tcpiphdr
32 #define ti_sport ti_t.th_sport
33 #define ti_dport ti_t.th_dport
34 #define ti_seq ti_t.th_seq
35 #define ti_ack ti_t.th_ack
36 #define ti_x2 ti_t.th_x2
37 #define ti_off ti_t.th_off
38 #define ti_flags ti_t.th_flags
39 #define ti_win ti_t.th_win
40 #define ti_sum ti_t
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h52 * node_t nodef_t sqfan_t nca_squeue_t tb_t te_t ti_t tw_t
219 * A multiphase timer is implemented using the te_t, tb_t, and ti_t structs.
231 * the ti_t members lbolt1, lbolt2, and lbolt3. Each lbolt is an absolute
258 * ti_t - timer state.
270 } ti_t; typedef in typeref:struct:ti_s
862 ti_t *tcp_ti; /* TCP TIMER list */
871 sizeof (ti_t *) - sizeof (tw_t *) -

Completed in 67 milliseconds