Searched refs:ipoff (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 400 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 D | ip_fil_freebsd.c | 1215 int dpoff, ipoff; local 1226 ipoff = fin->fin_ipoff; 1293 ip = MTOD(m, char *) + ipoff;
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux.h | 384 u_int32_t ipoff; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux.h | 411 u_int32_t ipoff; member
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 2398 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 D | pf_norm.c | 1321 pf_normalize_tcp(int dir, struct pfi_kkif *kif, struct mbuf *m, int ipoff, in pf_normalize_tcp() argument
|