Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-common.c1088 usb_isodesc *pisodesc; in swap_linux_usb_header() local
1185 pisodesc = (usb_isodesc *)(void *)(buf+offset); in swap_linux_usb_header()
1191 pisodesc->status = SWAPLONG(pisodesc->status); in swap_linux_usb_header()
1196 pisodesc->offset = SWAPLONG(pisodesc->offset); in swap_linux_usb_header()
1201 pisodesc->len = SWAPLONG(pisodesc->len); in swap_linux_usb_header()
1205 pisodesc++; in swap_linux_usb_header()