Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_options.h56 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.c982 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip); in ip_fragment()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c77 extern int ip_optcopy(struct ip *, struct ip *);
833 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip); in ipf_fastroute()