Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dip_var.h251 int ip_optcopy(struct ip *, struct ip *);
Dip_output.c720 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment()
824 ip_optcopy(struct ip *ip, struct ip *jp) in ip_optcopy() function