Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c71 static unsigned int net_ip_id; variable
118 p.ip_udp.ip_id = htons(++net_ip_id); in send_dhcp_discover()
/openbmc/u-boot/net/
H A Dnet.c150 static unsigned net_ip_id; variable
1516 ip->ip_id = htons(net_ip_id++); in net_set_ip_header()