Home
last modified time | relevance | path

Searched refs:ip_optcopy (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_options.h58 int ip_optcopy(struct ip *, struct ip *);
H A Dip_options.c557 ip_optcopy(struct ip *ip, struct ip *jp) in ip_optcopy() function
H A Dip_output.c1005 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip); in ip_fragment()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c86 extern int ip_optcopy __P((struct ip *, struct ip *));
879 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);