| /netbsd-src/external/bsd/am-utils/bin/wire-test/ |
| H A D | Makefile | 5 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 D | CHANGES | 15 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 D | Makefile.am | 7 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 D | tests_tcp.py | 56 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 D | statem_dtls.c | 804 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 D | ans.py | 175 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 D | statem_dtls.c | 739 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 D | ans.py | 241 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 D | o2i_SCT_LIST.pod | 6 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 D | SSL_get_ciphers.pod | 54 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 D | o2i_SCT_LIST.pod | 6 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 D | SSL_get_ciphers.pod | 54 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 D | avahi-resolver.py | 421 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 D | Makefile | 3 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 D | mt8183-kukui-jacuzzi-kappa.dts | 15 mediatek,dmic-mode = <1>; /* one-wire */
|
| H A D | mt8183-kukui-jacuzzi-fennel.dtsi | 10 mediatek,dmic-mode = <1>; /* one-wire */
|
| H A D | mt8183-kukui-jacuzzi-burnet.dts | 15 mediatek,dmic-mode = <1>; /* one-wire */
|
| /netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/ |
| H A D | svcb.test-vectors-pf.zone | 39 ; 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 D | dnstap.proto | 66 // 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 D | dnstap.proto | 66 // 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 D | dnstap.proto | 112 // 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 D | dnstap.proto | 76 // 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 D | Makefile.am | 20 wire.c \
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | ste-nomadik-nhk15.dts | 210 * As we're dealing with 3wire SPI, we only define SCK 230 spi-3wire;
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | LSM.am-utils | 9 Keywords: amd amq hlfsd fsinfo wire-test fixmount mk-amd-map automount
|