Home
last modified time | relevance | path

Searched refs:ipoff (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c400 int ipoff, iplen; in ipfw_log() local
401 ipoff = ntohs(ip->ip_off); in ipfw_log()
403 if (ipoff & (IP_MF | IP_OFFMASK)) in ipfw_log()
408 (ipoff & IP_MF) ? "+" : ""); in ipfw_log()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1215 int dpoff, ipoff; local
1226 ipoff = fin->fin_ipoff;
1293 ip = MTOD(m, char *) + ipoff;
/f-stack/freebsd/i386/linux/
H A Dlinux.h384 u_int32_t ipoff; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h411 u_int32_t ipoff; member
/f-stack/freebsd/net/
H A Dif_vxlan.c2398 vxlan_encap_header(struct vxlan_softc *sc, struct mbuf *m, int ipoff, in vxlan_encap_header() argument
2406 len = m->m_pkthdr.len - ipoff; in vxlan_encap_header()
2408 hdr = mtodo(m, ipoff); in vxlan_encap_header()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1321 pf_normalize_tcp(int dir, struct pfi_kkif *kif, struct mbuf *m, int ipoff, in pf_normalize_tcp() argument