Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-common.c1270 usb_isodesc *pisodesc; in swap_linux_usb_header() local
1273 pisodesc = (usb_isodesc *)(void *)(buf+offset); in swap_linux_usb_header()
1278 pisodesc->status = SWAPLONG(pisodesc->status); in swap_linux_usb_header()
1283 pisodesc->offset = SWAPLONG(pisodesc->offset); in swap_linux_usb_header()
1288 pisodesc->len = SWAPLONG(pisodesc->len); in swap_linux_usb_header()
1292 pisodesc++; in swap_linux_usb_header()