Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c202 struct T_bind_req *tbr; in tcp_tpi_bind() local
242 backlog = tbr->CONIND_number; in tcp_tpi_bind()
243 len = tbr->ADDR_length; in tcp_tpi_bind()
249 tbr->ADDR_length = sizeof (sin_t); in tcp_tpi_bind()
250 sin = (sin_t *)&tbr[1]; in tcp_tpi_bind()
258 tbr->ADDR_length = sizeof (sin6_t); in tcp_tpi_bind()
259 sin6 = (sin6_t *)&tbr[1]; in tcp_tpi_bind()
282 tbr->ADDR_length); in tcp_tpi_bind()
290 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind()
293 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c436 struct T_bind_req *tbr; in rts_tpi_bind() local
438 if ((mp->b_wptr - mp->b_rptr) < sizeof (*tbr)) { in rts_tpi_bind()
450 tbr = (struct T_bind_req *)mp->b_rptr; in rts_tpi_bind()
451 if (tbr->ADDR_length != 0) { in rts_tpi_bind()
453 "rts_tpi_bind: bad ADDR_length %d", tbr->ADDR_length); in rts_tpi_bind()
458 tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req); in rts_tpi_bind()
459 tbr->ADDR_length = 0; in rts_tpi_bind()
460 tbr->PRIM_type = T_BIND_ACK; in rts_tpi_bind()
H A Dicmp.c313 struct T_bind_req *tbr; in icmp_tpi_bind() local
337 if ((mp->b_wptr - mp->b_rptr) < sizeof (*tbr)) { in icmp_tpi_bind()
365 tbr = (struct T_bind_req *)mp->b_rptr; in icmp_tpi_bind()
366 len = tbr->ADDR_length; in icmp_tpi_bind()
369 tbr->ADDR_offset = sizeof (struct T_bind_req); in icmp_tpi_bind()
371 tbr->ADDR_length = sizeof (sin_t); in icmp_tpi_bind()
372 sin = (sin_t *)&tbr[1]; in icmp_tpi_bind()
380 tbr->ADDR_length = sizeof (sin6_t); in icmp_tpi_bind()
381 sin6 = (sin6_t *)&tbr[1]; in icmp_tpi_bind()
397 tbr->ADDR_offset, sizeof (sin6_t)); in icmp_tpi_bind()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c448 struct T_bind_req *tbr; in rds_bind() local
457 if (((uintptr_t)mp->b_wptr - (uintptr_t)mp->b_rptr) < sizeof (*tbr)) { in rds_bind()
470 tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr; in rds_bind()
471 switch (tbr->ADDR_length) { in rds_bind()
473 sin = (sin_t *)(uintptr_t)mi_offset_param(mp, tbr->ADDR_offset, in rds_bind()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c566 struct T_bind_req *tbr; in udp_tpi_bind() local
589 if ((mp->b_wptr - mp->b_rptr) < sizeof (*tbr)) { in udp_tpi_bind()
617 tbr = (struct T_bind_req *)mp->b_rptr; in udp_tpi_bind()
618 switch (tbr->ADDR_length) { in udp_tpi_bind()
620 tbr->ADDR_offset = sizeof (struct T_bind_req); in udp_tpi_bind()
622 tbr->ADDR_length = sizeof (sin_t); in udp_tpi_bind()
623 sin = (sin_t *)&tbr[1]; in udp_tpi_bind()
630 tbr->ADDR_length = sizeof (sin6_t); in udp_tpi_bind()
631 sin6 = (sin6_t *)&tbr[1]; in udp_tpi_bind()
675 tbr->PRIM_type != O_T_BIND_REQ); in udp_tpi_bind()
[all …]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg345 @ MSG_REG_SPARC_TBR "[ tbr ]"