Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_output.c148 static int ip_optcopy(struct ip *, struct ip *);
1856 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
2187 ip_optcopy(struct ip *ip, struct ip *jp) in ip_optcopy() function