Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh232 local localip=$(echo $vmap | awk -F'-' '{print ($3)}')
271 …ip -netns hv-$hvid link add $vxlandev type vxlan local $localip $vxlandevflags dev veth0 2>/dev/nu…
326 localip="172.16.0.1"
334 …run_cmd "ip -netns testns link add vxlan100 type vxlan id 100 local $localip dev veth-testns dstpo…
338 …run_cmd "ip -netns testns link add vxlan-ext1 type vxlan vnifilter local $localip dev veth-testns …
341 …run_cmd "ip -netns testns link add vxlan-ext1 type vxlan external vnifilter local $localip dev vet…
350 …run_cmd "ip -netns testns link add vxlan-ext2 type vxlan external vnifilter local $localip dev vet…
H A Drtnetlink.sh1194 localip="10.0.2.2"
1210 $IP link add "$vxlandev" type vxlan id 10 local $localip \
/openbmc/u-boot/net/
H A Dnet.c920 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment() local
935 if (!total_len || localip->ip_id != ip->ip_id) { in __net_defragment()
943 memcpy(localip, ip, IP_HDR_SIZE); in __net_defragment()
1030 localip->ip_len = htons(total_len); in __net_defragment()
1032 return localip; in __net_defragment()