Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dtli-sequent.c56 union T_primitives *TSI_prim_ptr; in tli_host() local
117 TSI_prim_ptr = (union T_primitives *) peek.ctlbuf.buf; in tli_host()
118 if (TSI_prim_ptr->type != T_UNITDATA_IND) { in tli_host()
124 ((TSI_prim_ptr->unitdata_ind.OPT_length != 0) && in tli_host()
126 TSI_prim_ptr->unitdata_ind.OPT_length + in tli_host()
127 TSI_prim_ptr->unitdata_ind.OPT_offset))) { in tli_host()
133 peek.ctlbuf.buf + TSI_prim_ptr->unitdata_ind.SRC_offset, in tli_host()
134 TSI_prim_ptr->unitdata_ind.SRC_length); in tli_host()