OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTPClient
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
bootp.c
37
}
BOOTPClient
;
39
static
BOOTPClient
bootp_clients[NB_ADDR];
52
static
BOOTPClient
*get_new_addr(struct in_addr *paddr,
55
BOOTPClient
*bc;
71
static
BOOTPClient
*request_addr(const struct in_addr *paddr,
76
BOOTPClient
*bc;
89
static
BOOTPClient
*find_addr(struct in_addr *paddr, const uint8_t *macaddr)
91
BOOTPClient
*bc;
155
BOOTPClient
*bc = NULL;
/external/qemu/slirp-android/
bootp.c
38
}
BOOTPClient
;
40
static
BOOTPClient
bootp_clients[NB_ADDR];
53
static
BOOTPClient
*get_new_addr(SockAddress* paddr,
56
BOOTPClient
*bc;
74
static
BOOTPClient
*request_addr(const ipaddr_t *paddr,
79
BOOTPClient
*bc;
92
static
BOOTPClient
*find_addr(SockAddress *paddr, const uint8_t *macaddr)
94
BOOTPClient
*bc;
160
BOOTPClient
*bc = NULL;
Completed in 713 milliseconds