Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsocket.h538 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
/dragonfly/sys/kern/
H A Duipc_syscalls.c1637 if (uap->hdtr != NULL && hdtr.trailers != NULL) { in sys_sendfile()
1638 error = iovec_copyin(hdtr.trailers, &iov, aiov, in sys_sendfile()
/dragonfly/contrib/zlib-1.2/
H A DFAQ136 and trailers around the compressed data.