Searched refs:IPV4_ADDR_LEN (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/common/include/proto/
H A Dbcmarp.h45 uint8 src_ip[IPV4_ADDR_LEN]; /* Source protocol address (not aligned) */
47 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination protocol address */
H A Dbcmip.h78 #define IPV4_ADDR_LEN 4 /* IPV4 address length */ macro
118 uint8 addr[IPV4_ADDR_LEN];
130 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
131 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination IP Address */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/proxyarp/
H A Dproxyarp_common.c129 idx = ip[IPV4_ADDR_LEN - 1];
130 ip_len = IPV4_ADDR_LEN;
176 ip_len = IPV4_ADDR_LEN;
231 ip_len = IPV4_ADDR_LEN;
366 bcopy(&target->ip.data, arp_reply->src_ip, IPV4_ADDR_LEN);
368 bcopy(arp_req->src_ip, arp_reply->dst_ip, IPV4_ADDR_LEN);
796 bcopy((uint8 *)&cur->ip.data, ip, IPV4_ADDR_LEN);
797 ip[IPV4_ADDR_LEN] = 0;
825 bcopy((uint8 *)&cur->ip.data, ip, IPV4_ADDR_LEN);
826 ip[IPV4_ADDR_LEN]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c59 memcpy(&brc->ip, sip, IPV4_ADDR_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c59 memcpy(&brc->ip, sip, IPV4_ADDR_LEN);

Completed in 82 milliseconds