Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h646 #define __TPI_TOPT_ISALIGNED(x) __TPI_SIZE_ISALIGNED(x) macro
693 __TPI_TOPT_ISALIGNED(pbuf)) ? \
714 (__TPI_TOPT_ISALIGNED(tohp) && \
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1167 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_cmsglen()
1248 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_opt2cmsg()
1377 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_getopt_srcaddr()
1404 ASSERT(__TPI_TOPT_ISALIGNED(opt)); in so_getopt_unix_close()
H A Dsocktpi.c3610 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_dgramcmsg()
3624 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_dgramcmsg()
3751 ASSERT(__TPI_TOPT_ISALIGNED(mp->b_wptr)); in sosend_svccmsg()
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c651 if (!__TPI_TOPT_ISALIGNED(opt_start)) in process_topthdrs_first_pass()
878 ASSERT(__TPI_TOPT_ISALIGNED(opt_start)); /* verified in first pass */ in do_options_second_pass()
1559 if (!__TPI_TOPT_ISALIGNED(opt_start)) { in tpi_optcom_buf()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c302 if (!(__TPI_TOPT_ISALIGNED(opt_start))) { in __rpc_get_ltaddr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c581 ASSERT(__TPI_TOPT_ISALIGNED(toh)); in conn_recvancillary_add()
600 ASSERT(__TPI_TOPT_ISALIGNED(toh)); in conn_recvancillary_add()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5304 ASSERT(__TPI_TOPT_ISALIGNED(optptr)); in tcp_input_add_ancillary()