HomeSort by: relevance | last modified time | path
    Searched defs:ip_off (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net/npf/
npf_ext_normalize.c 107 uint16_t ip_off = ip->ip_off; local in function:npf_normalize_ip4
123 if (np->n_no_df && (ip_off & htons(IP_DF)) != 0) {
124 uint16_t nip_off = ip_off & ~htons(IP_DF);
126 cksum = npf_fixup16_cksum(cksum, ip_off, nip_off);
127 ip->ip_off = nip_off;
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 77 short ip_off; /* fragment offset field */ member in struct:ip
  /src/sys/dev/fdt/
fdt_intr.c 405 const u_int ip_off = cis_off + cis_cells; local in function:get_specifier_from_map
407 const u_int pus_off = ip_off + 1;
412 const u_int iparent = fdtbus_get_phandle_from_native(be32toh(p[ip_off]));
  /src/sys/altq/
altq_subr.c 894 u_short ip_off; local in function:extract_ports4
902 ip_off = ntohs(ip->ip_off);
904 if (ip_off & IP_OFFMASK) {
978 if (ip_off & IP_MF)
1618 if ((ntohs(ip->ip_off) & IP_MF) == 0)
  /src/sys/netinet/
ip.h 63 u_int16_t ip_off; /* fragment offset field */ member in struct:ip
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 865 ip->ip_off = htons(ip_mtudisc ? IP_DF : 0);
1112 u_short ip_off, ip_len; local in function:ipf_fastroute
1273 ip_off = ntohs(ip->ip_off);
1274 if (ip_off & IP_DF) {
1315 mhip->ip_off = ((off - hlen) >> 3) + ip_off;
1319 mhip->ip_off |= IP_MF;
1328 mhip->ip_off = htons((u_short)mhip->ip_off);
    [all...]

Completed in 14 milliseconds