Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c93 struct nlattr ahdr; member
105 .ahdr = {
176 struct nlattr ahdr; member
190 .ahdr = {
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c4416 struct arphdr *ahdr; in vmxnet3_suspend() local
4476 ahdr = (struct arphdr *)&pmConf->filters[i].pattern[ETH_HLEN]; in vmxnet3_suspend()
4477 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()
4478 arpreq = (u8 *)(ahdr + 1); in vmxnet3_suspend()