OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sopt_size
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/netinet/
sctp_usrreq.c
1342
sopt->
sopt_size
);
1386
if (sopt->
sopt_size
< sizeof(int)) {
1394
sopt->
sopt_size
= sizeof(optval);
1403
if (sopt->
sopt_size
< sizeof(struct sctp_assoc_ids)) {
1447
if (sopt->
sopt_size
< sizeof(struct sctp_get_nonce_values)) {
1474
if (sopt->
sopt_size
< sizeof(int32_t)) {
1485
if (sopt->
sopt_size
< sizeof(struct sctp_sockstat)) {
1503
sopt->
sopt_size
= sizeof(struct sctp_sockstat);
1514
sopt->
sopt_size
= sizeof(u_int8_t);
1523
if (sopt->
sopt_size
< sizeof(u_int32_t))
[
all
...]
ip_output.c
1273
sopt->sopt_data, sopt->
sopt_size
,
1366
switch (sopt->
sopt_size
) {
1399
sopt->
sopt_size
, &m);
1587
if ((cnt = sopt->
sopt_size
) == 0) {
1730
switch (sopt->
sopt_size
) {
1834
if (sopt->
sopt_size
== sizeof(struct ip_mreq))
1908
if (sopt->
sopt_size
== sizeof(struct ip_mreq))
/src/sys/kern/
uipc_socket.c
2067
KASSERT(sopt->
sopt_size
== 0);
2077
sopt->
sopt_size
= len;
2105
kmem_free(sopt->sopt_data, sopt->
sopt_size
);
2120
if (sopt->
sopt_size
== 0) {
2126
sopt->sopt_retsize = MIN(sopt->
sopt_size
, len);
2152
if (sopt->
sopt_size
!= len)
2183
if (sopt->
sopt_size
== 0) {
2189
sopt->sopt_retsize = MIN(sopt->
sopt_size
, len);
2207
if (sopt->
sopt_size
> MCLBYTES)
2214
if (sopt->
sopt_size
> MLEN)
[
all
...]
uipc_accf.c
289
if (sopt == NULL || sopt->
sopt_size
== 0) {
/src/sys/net/
rtsock_shared.c
1044
for (rtm_type = sopt->sopt_data, len = sopt->
sopt_size
;
1062
ep = cp + sopt->
sopt_size
;
1086
if (sopt->
sopt_size
!= 0) {
1088
kmem_alloc(sopt->
sopt_size
, KM_SLEEP);
1096
rop->rocb_missfilterlen = sopt->
sopt_size
;
/src/sys/sys/
socketvar.h
227
size_t
sopt_size
; /* data length */
member in struct:sockopt
/src/sys/netcan/
can.c
914
int nfilters = sopt->
sopt_size
/ sizeof(struct can_filter);
915
if (sopt->
sopt_size
% sizeof(struct can_filter) != 0)
/src/sys/rump/net/lib/libsockin/
sockin.c
693
sopt->sopt_name, sopt->sopt_data, sopt->
sopt_size
);
/src/sys/netinet6/
ip6_output.c
1664
optbuflen = sopt->
sopt_size
;
1732
sopt->sopt_data, sopt->
sopt_size
,
1944
sopt->
sopt_size
, &m);
2062
if (sopt == NULL || sopt->
sopt_size
== 0) {
Completed in 24 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025