Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/external/bsd/am-utils/bin/wire-test/
H A DMakefile5 PROG= wire-test
7 DIST= ${IDIST}/wire-test
10 SRCS= wire-test.c
11 MAN+= wire-test.8
/netbsd-src/external/bsd/libbind/dist/
H A DCHANGES15 using wire format names.
27 - ns_name_length(): measure wire-format names
28 - ns_name_eq(): compare two wire-format names
29 - ns_name_owned(): determine whether a (wire-format)
32 - ns_name_map(): break a wire-format name on labels
33 - ns_name_labels(): count #/labels in a wire-format
/netbsd-src/external/bsd/am-utils/dist/wire-test/
H A DMakefile.am7 sbin_PROGRAMS = wire-test
10 man_MANS = wire-test.8
15 wire_test_SOURCES = wire-test.c
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tcp/
H A Dtests_tcp.py56 wire = msg.to_wire()
57 assert len(wire) > 0
78 wire = msg.to_wire()
79 assert len(wire) > 0
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_dtls.c804 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls_get_reassembled_message() local
827 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire, in dtls_get_reassembled_message()
835 if (wire[0] != SSL3_MT_CCS) { in dtls_get_reassembled_message()
841 memcpy(s->init_buf->data, wire, readbytes); in dtls_get_reassembled_message()
857 dtls1_get_message_header(wire, &msg_hdr); in dtls_get_reassembled_message()
882 || wire[0] != SSL3_MT_CLIENT_HELLO in dtls_get_reassembled_message()
903 && wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls_get_reassembled_message()
909 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) { in dtls_get_reassembled_message()
912 wire, DTLS1_HM_HEADER_LENGTH, s, in dtls_get_reassembled_message()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/
H A Dans.py175 wire = rsp.to_wire() variable
176 conn.send(struct.pack(">H", len(wire)))
177 conn.send(wire)
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c739 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls_get_reassembled_message() local
761 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire, in dtls_get_reassembled_message()
769 if (wire[0] != SSL3_MT_CCS) { in dtls_get_reassembled_message()
776 memcpy(s->init_buf->data, wire, readbytes); in dtls_get_reassembled_message()
793 dtls1_get_message_header(wire, &msg_hdr); in dtls_get_reassembled_message()
828 && wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls_get_reassembled_message()
834 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) { in dtls_get_reassembled_message()
837 wire, DTLS1_HM_HEADER_LENGTH, s, in dtls_get_reassembled_message()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ans11/
H A Dans.py241 wire = rsp.to_wire() variable
242 conn.send(struct.pack(">H", len(wire)))
243 conn.send(wire)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
21 functions, except that they convert to and from TLS wire format, as described in
H A DSSL_get_ciphers.pod54 as a wire-protocol cipher suite specification (in the three-octet-per-cipher
55 SSLv2 wire format if B<isv2format> is nonzero; otherwise the two-octet
56 SSLv3/TLS wire format), and parses the cipher suites supported by the library
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
21 functions, except that they convert to and from TLS wire format, as described in
H A DSSL_get_ciphers.pod54 as a wire-protocol cipher suite specification (in the three-octet-per-cipher
55 SSLv2 wire format if B<isv2format> is nonzero; otherwise the two-octet
56 SSLv3/TLS wire format), and parses the cipher suites supported by the library
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py421 wire = array.array('B', rdata).tostring()
427 dns.rdata.from_wire(class_, type_, wire, 0, len(wire), None))
/netbsd-src/external/bsd/am-utils/bin/
H A DMakefile3 SUBDIR= amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-jacuzzi-kappa.dts15 mediatek,dmic-mode = <1>; /* one-wire */
H A Dmt8183-kukui-jacuzzi-fennel.dtsi10 mediatek,dmic-mode = <1>; /* one-wire */
H A Dmt8183-kukui-jacuzzi-burnet.dts15 mediatek,dmic-mode = <1>; /* one-wire */
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.test-vectors-pf.zone39 ; sorted in presentation format, but are correctly sorted in the wire-format.
82 ; sorted in presentation format, but are correctly sorted in the wire-format.
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.proto66 // Message: a wire-format (RFC 1035 section 4) DNS message and associated
199 // The initiator's original wire-format DNS query message, verbatim.
203 // This is a wire-format DNS domain name.
216 // The responder's original wire-format DNS response message, verbatim.
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.proto66 // Message: a wire-format (RFC 1035 section 4) DNS message and associated
199 // The initiator's original wire-format DNS query message, verbatim.
203 // This is a wire-format DNS domain name.
216 // The responder's original wire-format DNS response message, verbatim.
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddnstap.proto112 // the Reponse Policy Zone in wire format.
126 // Message: a wire-format (RFC 1035 section 4) DNS message and associated
277 // The initiator's original wire-format DNS query message, verbatim.
281 // This is a wire-format DNS domain name.
294 // The responder's original wire-format DNS response message, verbatim.
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.proto76 // Message: a wire-format (RFC 1035 section 4) DNS message and associated
227 // The initiator's original wire-format DNS query message, verbatim.
231 // This is a wire-format DNS domain name.
244 // The responder's original wire-format DNS response message, verbatim.
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A DMakefile.am20 wire.c \
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dste-nomadik-nhk15.dts210 * As we're dealing with 3wire SPI, we only define SCK
230 spi-3wire;
/netbsd-src/external/bsd/am-utils/dist/
H A DLSM.am-utils9 Keywords: amd amq hlfsd fsinfo wire-test fixmount mk-amd-map automount

123456