Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocket.h609 struct omsghdr { struct
/f-stack/freebsd/sys/
H A Dsocket.h615 struct omsghdr { struct
H A Dsysproto.h2339 char msg_l_[PADL_(struct omsghdr *)]; struct omsghdr * msg; char msg_r_[PADR_(struct omsghdr *)];
/f-stack/freebsd/kern/
H A Duipc_syscalls.c875 error = copyin(uap->msg, &msg, sizeof (struct omsghdr)); in osendmsg()
1153 error = copyin(uap->msg, &msg, sizeof (struct omsghdr)); in orecvmsg()