HomeSort by: relevance | last modified time | path
    Searched refs:ip_optcopy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_var.h 217 int ip_optcopy(struct ip *, struct ip *);
ip_output.c 895 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip);
1052 ip_optcopy(struct ip *ipsrc, struct ip *ipdst) function in typeref:typename:int
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 105 extern int ip_optcopy (struct ip *, struct ip *);
1310 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);

Completed in 64 milliseconds