Searched refs:fragoff (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/netinet6/ |
| D | frag6.c | 177 int fragoff, frgpartlen; /* must be larger than u_int16_t */ in frag6_input() local 235 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input() 236 if (fragoff == 0 && !(ip6f->ip6f_offlg & IP6F_MORE_FRAG)) { in frag6_input() 309 if (fragoff == 0) { in frag6_input() 322 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input() 329 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input() 341 if (fragoff == 0) { in frag6_input() 383 ip6af->ip6af_off = fragoff; in frag6_input()
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf_norm.c | 866 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local 916 if (!fragoff && !mff) 937 if (fragoff + ip_len > IP_MAXPACKET) { 938 DPFPRINTF(("max packet %d\n", fragoff + ip_len)); 941 frmax = fragoff + ip_len; 964 DPFPRINTF(("reass frag %d @ %d-%d\n", h->ip_id, fragoff, frmax)); 1109 u_int16_t fragoff = 0; local 1246 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK); 1247 if (fragoff + (plen - off - sizeof(frag)) > IPV6_MAXPACKET)
|
| D | pf.c | 5025 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local 5027 if (fragoff) { 5028 if (fragoff >= len)
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | d1_lib.c | 464 size_t fragoff, fraglen, msglen, reclen, align = 0; in DTLSv1_listen() local 606 || !PACKET_get_net_3_len(&msgpkt, &fragoff) in DTLSv1_listen() 632 if (fragoff != 0 || fraglen > msglen) { in DTLSv1_listen()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-m68k.c | 342 int fragoff; /* Where in the current opcode the frag ends. */ member 409 the_ins.fragb[z].fragoff++; in insop() 444 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo; in add_frag() 4379 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble() 4381 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble() 4395 wid = 2 * the_ins.fragb[n].fragoff; in md_assemble() 4397 wid = 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble() 4436 n = the_ins.numo - the_ins.fragb[the_ins.nfrag - 1].fragoff; in md_assemble()
|
| /netbsd/src/sys/arch/sparc/stand/bootblk/ |
| D | bootblk.fth | 223 \ : ffs-fragoff ( pos.lo pos.hi fs -- off.lo off.hi ) fs_qfmask d@ d-and ; 279 \ : lfs-fragoff ( pos.lo pos.hi fs -- off.lo off.hi ) lfs_ffmask d@ d-and ;
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 3446 fragoff
|