Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_output.c149 static int ip_optcopy(struct ip *, struct ip *);
1871 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
2202 ip_optcopy(struct ip *ip, struct ip *jp) in ip_optcopy() function