Home
last modified time | relevance | path

Searched refs:stropt (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/uts/common/inet/
H A Dproto_set.c53 struct stroptions *stropt; in proto_set_rx_hiwat() local
55 if (!(mp = allocb(sizeof (*stropt), BPRI_LO))) in proto_set_rx_hiwat()
58 mp->b_wptr += sizeof (*stropt); in proto_set_rx_hiwat()
59 stropt = (struct stroptions *)mp->b_rptr; in proto_set_rx_hiwat()
60 stropt->so_flags = SO_HIWAT; in proto_set_rx_hiwat()
61 stropt->so_hiwat = size; in proto_set_rx_hiwat()
80 struct stroptions *stropt; in proto_set_rx_lowat() local
82 if (!(mp = allocb(sizeof (*stropt), BPRI_LO))) in proto_set_rx_lowat()
85 mp->b_wptr += sizeof (*stropt); in proto_set_rx_lowat()
86 stropt = (struct stroptions *)mp->b_rptr; in proto_set_rx_lowat()
[all …]
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c227 struct stroptions *stropt; in tcp_fuse() local
230 mp->b_wptr += sizeof (*stropt); in tcp_fuse()
232 stropt = (struct stroptions *)mp->b_rptr; in tcp_fuse()
233 stropt->so_flags = SO_WROFF | SO_MAXBLK; in tcp_fuse()
234 stropt->so_wroff = 0; in tcp_fuse()
235 stropt->so_maxblk = INFPSZ; in tcp_fuse()
H A Dtcp_socket.c818 struct stroptions *stropt; in tcp_fallback_noneager() local
848 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager()
850 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_fallback_noneager()
852 stropt->so_wroff = connp->conn_ht_iphc_len + (tcp->tcp_loopback ? 0 : in tcp_fallback_noneager()
855 stropt->so_wroff += TCPOPT_MAX_SACK_LEN; in tcp_fallback_noneager()
856 stropt->so_hiwat = connp->conn_rcvbuf; in tcp_fallback_noneager()
857 stropt->so_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_fallback_noneager()
H A Dtcp_tpi.c1055 struct stroptions *stropt; in tcp_accept_finish() local
1135 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1137 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1139 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_accept_finish()
1140 stropt->so_hiwat = sopp.sopp_rxhiwat; in tcp_accept_finish()
1141 stropt->so_wroff = sopp.sopp_wroff; in tcp_accept_finish()
1142 stropt->so_maxblk = sopp.sopp_maxblk; in tcp_accept_finish()
/titanic_41/usr/src/lib/libast/common/string/
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), voi… in stropt() function
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h351 #undef stropt
352 #define stropt _ast_stropt macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h372 #undef stropt
373 #define stropt _ast_stropt macro
H A Dast.h343 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, …
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h372 #undef stropt
373 #define stropt _ast_stropt macro
H A Dast.h343 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, …
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h372 #undef stropt
373 #define stropt _ast_stropt macro
H A Dast.h343 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, …
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h351 #undef stropt
352 #define stropt _ast_stropt macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h351 #undef stropt
352 #define stropt _ast_stropt macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h372 #undef stropt
373 #define stropt _ast_stropt macro
H A Dast.h343 extern __MANGLE__ int stropt __PROTO__((const char*, const __V_*, int, int(*)(__V_*, const __V_*, …
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h351 #undef stropt
352 #define stropt _ast_stropt macro
/titanic_41/usr/src/lib/libast/common/misc/
H A Derror.c339 stropt(s, options, sizeof(*options), setopt, NiL); in error_break()
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); in errorv()
/titanic_41/usr/src/lib/libast/common/include/
H A Dast.h325 extern int stropt(const char*, const void*, int, int(*)(void*, const void*, int, const char*), voi…
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtminit.c388 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL); in tmlocal()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dicmp.c5258 struct stroptions *stropt; in rawip_fallback() local
5264 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in rawip_fallback()
5281 stropt_mp->b_wptr += sizeof (*stropt); in rawip_fallback()
5282 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
5283 stropt->so_flags = SO_WROFF | SO_HIWAT; in rawip_fallback()
5284 stropt->so_wroff = connp->conn_wroff; in rawip_fallback()
5285 stropt->so_hiwat = connp->conn_rcvbuf; in rawip_fallback()

12