Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h67 #define IPV4_ADDR_LEN 4 /* IPV4 address length */ macro
98 uint8 addr[IPV4_ADDR_LEN];
110 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
111 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination IP Address */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c52 #define IPV4_ADDR_LEN 4 macro
3079 if (*c++ != '.' || i == IPV4_ADDR_LEN) in dhd_atoip()
3083 return (i == IPV4_ADDR_LEN); in dhd_atoip()