Searched refs:ip_optcopy (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dip_options.c556 ip_optcopy(struct ip *ip, struct ip *jp) function
576 ("ip_optcopy: malformed ipv4 option"));
579 ("ip_optcopy: malformed ipv4 option"));
H A Dip_options.h56 int ip_optcopy(struct ip *, struct ip *);
H A Dip_output.c852 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c78 extern int ip_optcopy(struct ip *, struct ip *);
874 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);

Completed in 119 milliseconds