Searched refs:ipoff (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1208 int dpoff, ipoff; local
1219 ipoff = fin->fin_ipoff;
1286 ip = MTOD(m, char *) + ipoff;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1047 int i, f, lvl, res, len, off, plen, ipoff, defaction; local
1165 ipoff = ntohs(ip->ip_off);
1166 off = ipoff & IP_OFFMASK;
1175 ipoff = 0;
1274 ipoff = ntohs(ipc->ip_off);
1277 if (!(ipoff & IP_OFFMASK) &&
1292 } else if (!(ipoff & IP_OFFMASK) &&
1314 if (ipoff & IP_OFFMASK) {
1318 (ipoff & IP_OFFMASK) << 3,
1319 ipoff
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dlinux.h394 u_int32_t ipoff; member in struct:l_fpstate
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux.h418 u_int32_t ipoff; member in struct:l_fpstate
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c1141 pf_normalize_tcp(int dir, struct pfi_kif *kif, struct mbuf *m, int ipoff, argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c394 int ipoff, iplen; local
395 ipoff = ntohs(ip->ip_off);
397 if (ipoff & (IP_MF | IP_OFFMASK))
402 (ipoff & IP_MF) ? "+" : "");
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2296 vxlan_encap_header(struct vxlan_softc *sc, struct mbuf *m, int ipoff, argument
2304 len = m->m_pkthdr.len - ipoff;
2306 hdr = mtodo(m, ipoff);
/freebsd-11-stable/sbin/nos-tun/
H A Dnos-tun.c244 int c, len, ipoff; local
376 ipoff = (ip->ip_hl << 2);
378 write(tun,buf+ipoff,len-ipoff);

Completed in 123 milliseconds