Searched +full:mtu1 +full:- +full:mtu2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | renesas,rz-mtu3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,rz-mtu [all...] |
| /freebsd/crypto/openssl/test/ |
| H A D | bio_dgram_test.c | 2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. 72 num_msg - done, flags, num_processed)) in do_sendmmsg() 90 num_msg - done, flags, num_processed)) in do_recvmmsg() 104 int fd1 = -1, fd2 = -1; in test_bio_dgram_impl() 181 testresult = TEST_skip("BIO_bind() failed - assuming it's an unavailable address family"); in test_bio_dgram_impl() 483 data_len -= outl; in random_data() 495 int testresult = 0, blen, mtu1, mtu2, r; in test_bio_dgram_pair() local 525 mtu1 = BIO_dgram_get_mtu(bio1); in test_bio_dgram_pair() 526 if (!TEST_int_ge(mtu1, 1280)) in test_bio_dgram_pair() 536 bufsz = 9 * (mtu1 + (sizeof(BIO_ADDR) * 2) + sizeof(size_t)); in test_bio_dgram_pair() [all …]
|
| /freebsd/sys/netinet/ |
| H A D | sctputil.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved. 5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved. 6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved. 78 sctp_clog.x.sb.stcb_sbcc = stcb->asoc.sb_cc; in sctp_sblog() 82 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_sblog() 99 sctp_clog.x.close.sctp_flags = inp->sctp_flags; in sctp_log_closing() 102 sctp_clog.x.close.state = (uint16_t)stcb->asoc.state; in sctp_log_closing() 108 SCTP_CTR6(KTR_SCTP, "SCTP:%d[%d]:%x-%x-%x-%x", in sctp_log_closing() [all …]
|