OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPV6_ADDR_LEN
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
route.c
34
#define
IPV6_ADDR_LEN
40 //32 + 7 (':') + 1 ('\0')
381
while (i <=
IPV6_ADDR_LEN
) {
383
if (i ==
IPV6_ADDR_LEN
) {
384
addr[
IPV6_ADDR_LEN
- 1] = 0; //NULL terminating the ':' seperated address.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h
140
#define
IPV6_ADDR_LEN
16 /* IPV6 address length */
Completed in 3258 milliseconds