Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/libiproute/
Diptunnel.c49 struct iphdr iph; member
191 p->iph.version = 4; in parse_args()
192 p->iph.ihl = 5; in parse_args()
196 p->iph.frag_off = htons(IP_DF); in parse_args()
206 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) { in parse_args()
209 p->iph.protocol = IPPROTO_IPIP; in parse_args()
213 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) { in parse_args()
216 p->iph.protocol = IPPROTO_GRE; in parse_args()
220 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPV6) { in parse_args()
223 p->iph.protocol = IPPROTO_IPV6; in parse_args()
[all …]