Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-util.c354 usb_isodesc *pisodesc; in swap_linux_usb_header() local
357 pisodesc = (usb_isodesc *)(void *)(buf+offset); in swap_linux_usb_header()
362 pisodesc->status = SWAPLONG(pisodesc->status); in swap_linux_usb_header()
367 pisodesc->offset = SWAPLONG(pisodesc->offset); in swap_linux_usb_header()
372 pisodesc->len = SWAPLONG(pisodesc->len); in swap_linux_usb_header()
376 pisodesc++; in swap_linux_usb_header()