Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_output.c150 static int ip_optcopy(struct ip *__indexable, struct ip *__indexable);
1917 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
2244 ip_optcopy(struct ip *__indexable ip, struct ip *__indexable jp) in ip_optcopy() function