OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootp_id
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/net/
bootp.c
718
u32
bootp_id
;
local
797
bootp_id
= ((u32)net_ethaddr[2] << 24)
801
bootp_id
+= get_timer(0);
802
bootp_id
= htonl(
bootp_id
);
803
bootp_add_id(
bootp_id
);
804
net_copy_u32(&bp->bp_id, &
bootp_id
);
/external/dnsmasq/src/
rfc2131.c
348
struct dhcp_netid id,
bootp_id
;
local
379
bootp_id
.net = "bootp";
380
bootp_id
.next = netid;
381
netid = &
bootp_id
;
[
all
...]
Completed in 1257 milliseconds