Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h109 struct sendto_args sendto;
H A Dsysproto.h421 struct sendto_args { struct
1563 int sys_sendto (struct sysmsg *sysmsg, const struct sendto_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c150 { AS(sendto_args), 4, (sy_call_t *)sys_sendto }, /* 133 = sendto */
H A Duipc_syscalls.c833 sys_sendto(struct sysmsg *sysmsg, const struct sendto_args *uap) in sys_sendto()