Searched refs:tiph (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/
H A Dnss_connmgr_tun6rd.c186 const struct iphdr *tiph; local
230 tiph = &tunnel->parms.iph ;
232 tiph->saddr, tiph->daddr,tiph->ttl,tiph->tos);
234 if (tiph->saddr == 0) {
236 tiph->saddr);
271 tun6rdcfg->saddr = ntohl(tiph->saddr);
272 tun6rdcfg->daddr = ntohl(tiph
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_interface.c1515 const struct iphdr *tiph; local
1525 tiph = &tunnel->parms.iph ;
1530 ECM_NIN4_ADDR_TO_IP_ADDR(type_info.sit.saddr, tiph->saddr);
1531 ECM_NIN4_ADDR_TO_IP_ADDR(type_info.sit.daddr, tiph->daddr);
1536 type_info.sit.ttl = tiph->ttl;
1537 type_info.sit.tos = tiph->tos;

Completed in 87 milliseconds