Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A DMakefile13 ip_frag.h ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h
/titanic_44/usr/src/stand/lib/inet/
H A Dipv4_impl.h47 struct ip_frag { struct
H A Dipv4.c53 static struct ip_frag fragment[FRAG_MAX]; /* ip fragment buffers */
181 bzero((caddr_t)&fragment[index], sizeof (struct ip_frag)); in frag_free()
/titanic_44/usr/src/pkg/manifests/
H A Dnetwork-ipfilter-header-ipfilter.mf44 file path=usr/include/netinet/ip_frag.h
/titanic_44/usr/src/cmd/ipf/tools/
H A DMakefile.tools41 ip_frag.o ip_nat.o ip_nat6.o fil.o \
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1421 __u8 ip_frag:1; member
1423 __u8 ip_frag:1; member
/titanic_44/usr/src/uts/common/
H A DMakefile.files1726 IPF_OBJS += ip_fil_solaris.o fil.o solaris.o ip_state.o ip_frag.o ip_nat.o \
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2942 if (cpl->csum_calc && !cpl->err_vec && !cpl->ip_frag) { in t4_eth_rx()