OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_copy
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_mroute.c
1747
struct ip *
ip_copy
;
local in function:encap_send
1782
ip_copy
= mtod(mb_copy, struct ip *);
1783
*
ip_copy
= multicast_encap_iphdr;
1785
ip_copy
->ip_id = 0;
1787
ip_copy
->ip_id = ip_newid();
1788
ip_copy
->ip_len = htons(len);
1789
ip_copy
->ip_src = vifp->v_lcl_addr;
1790
ip_copy
->ip_dst = vifp->v_rmt_addr;
1795
ip = (struct ip *)((char *)
ip_copy
+ sizeof(multicast_encap_iphdr));
1805
tbf_control(vifp, mb_copy, ip, ntohs(
ip_copy
->ip_len))
[
all
...]
ip_mroute.c
1747
struct ip *
ip_copy
;
local in function:encap_send
1782
ip_copy
= mtod(mb_copy, struct ip *);
1783
*
ip_copy
= multicast_encap_iphdr;
1785
ip_copy
->ip_id = 0;
1787
ip_copy
->ip_id = ip_newid();
1788
ip_copy
->ip_len = htons(len);
1789
ip_copy
->ip_src = vifp->v_lcl_addr;
1790
ip_copy
->ip_dst = vifp->v_rmt_addr;
1795
ip = (struct ip *)((char *)
ip_copy
+ sizeof(multicast_encap_iphdr));
1805
tbf_control(vifp, mb_copy, ip, ntohs(
ip_copy
->ip_len))
[
all
...]
ip_mroute.c
1747
struct ip *
ip_copy
;
local in function:encap_send
1782
ip_copy
= mtod(mb_copy, struct ip *);
1783
*
ip_copy
= multicast_encap_iphdr;
1785
ip_copy
->ip_id = 0;
1787
ip_copy
->ip_id = ip_newid();
1788
ip_copy
->ip_len = htons(len);
1789
ip_copy
->ip_src = vifp->v_lcl_addr;
1790
ip_copy
->ip_dst = vifp->v_rmt_addr;
1795
ip = (struct ip *)((char *)
ip_copy
+ sizeof(multicast_encap_iphdr));
1805
tbf_control(vifp, mb_copy, ip, ntohs(
ip_copy
->ip_len))
[
all
...]
Completed in 41 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025