Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dlink.c1045 u32 destaddr) in tipc_link_send_sections_fast() argument
1064 node = tipc_node_find(destaddr); in tipc_link_send_sections_fast()
1108 num_sect, destaddr); in tipc_link_send_sections_fast()
1141 u32 destaddr) in link_send_sections_long() argument
1250 node = tipc_node_find(destaddr); in link_send_sections_long()
2419 u32 destaddr; in link_send_long_buf() local
2422 destaddr = l_ptr->addr; in link_send_long_buf()
2424 destaddr = msg_destnode(inmsg); in link_send_long_buf()
2429 INT_H_SIZE, destaddr); in link_send_long_buf()
/linux-2.6.39/drivers/net/wireless/
Dray_cs.c2282 UCHAR destaddr[ADDRLEN]; in untranslate() local
2286 memcpy(destaddr, ieee80211_get_DA(pmac), ADDRLEN); in untranslate()
2347 memcpy(peth->h_dest, destaddr, ADDRLEN); in untranslate()