Searched refs:frag2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | frags.c | 392 frag_offset_fixed_p (fragS *frag1, fragS *frag2, bfd_vma *offset) in frag_offset_fixed_p() argument 399 off = frag1->fr_address - frag2->fr_address; in frag_offset_fixed_p() 400 if (frag1 == frag2) in frag_offset_fixed_p() 414 if (frag == frag2) in frag_offset_fixed_p() 422 off = frag1->fr_address - frag2->fr_address; in frag_offset_fixed_p() 423 frag = frag2; in frag_offset_fixed_p()
|
| /openbsd/src/regress/sys/net/pf_fragment/ |
| D | frag6_dropnew.py | 34 frag2=IPv6ExtHdrFragment(nh=58, id=fid, offset=1)/bytes(packet)[48:72] variable 37 pkt2=IPv6(src=SRC_OUT6, dst=dstaddr)/frag2
|
| D | frag6_dropold.py | 34 frag2=IPv6ExtHdrFragment(nh=58, id=fid, offset=1)/bytes(packet)[48:72] variable 37 pkt2=IPv6(src=SRC_OUT6, dst=dstaddr)/frag2
|
| D | frag_dropnew.py | 38 frag2=bytes(packet)[28:52] variable 41 pkt2=IP(src=SRC_OUT, dst=dstaddr, proto=1, id=fid, frag=1)/frag2
|
| D | frag_dropold.py | 38 frag2=bytes(packet)[28:52] variable 41 pkt2=IP(src=SRC_OUT, dst=dstaddr, proto=1, id=fid, frag=1)/frag2
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-hppa.c | 6095 is_same_frag (frag1, frag2) in is_same_frag() argument 6097 fragS *frag2; 6102 else if (frag2 == NULL) 6104 else if (frag1 == frag2) 6106 else if (frag2->fr_type == rs_fill && frag2->fr_fix == 0) 6107 return (is_same_frag (frag1, frag2->fr_next));
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-hppa.c | 6085 is_same_frag (frag1, frag2) in is_same_frag() argument 6087 fragS *frag2; 6092 else if (frag2 == NULL) 6094 else if (frag1 == frag2) 6096 else if (frag2->fr_type == rs_fill && frag2->fr_fix == 0) 6097 return (is_same_frag (frag1, frag2->fr_next));
|