Searched refs:reassembly (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/sys/net/pf_fragment/
H A DMakefile231 @echo Check ping reassembly ${ip}
238 @echo Check ping6 reassembly ${ip}6
245 @echo Check ping6 extension header reassembly ${ip}6
252 @echo Check ping head overlap reassembly ${ip}
259 @echo Check ping6 head overlap reassembly ${ip}6
266 @echo Check ping tail overlap reassembly ${ip}
273 @echo Check ping6 tail overlap reassembly ${ip}6
280 @echo Check ping total overlapping reassembly ${ip}
287 @echo Check ping6 total overlapping reassembly ${ip}6
294 @echo Check ping total overlaped reassembly
[all...]
/openbsd-current/lib/libssl/
H A Dd1_both.c172 dtls1_hm_fragment_new(unsigned long frag_len, int reassembly) argument
184 /* Initialize reassembly bitmask if necessary. */
185 if (reassembly) {
186 if ((frag->reassembly = calloc(1,
205 free(frag->reassembly);
503 /* Don't return if reassembly still in progress */
504 if (frag->reassembly != NULL)
596 if (frag->reassembly == NULL) {
617 RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off,
620 RSMBLY_BITMASK_IS_COMPLETE(frag->reassembly, (lon
[all...]
H A Ddtls_local.h121 unsigned char *reassembly; member in struct:hm_fragment_st
/openbsd-current/sbin/pfctl/
H A Dpfctl.c1791 /* load reassembly settings */
2068 pfctl_load_reassembly(struct pfctl *pf, u_int32_t reassembly) argument
2070 if (ioctl(dev, DIOCSETREASS, &reassembly) == -1) {

Completed in 181 milliseconds