Searched refs:sendit (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 79 int sendit(struct thread *td, int s, struct msghdr *mp, int flags); 677 sendit(struct thread *td, int s, struct msghdr *mp, int flags) in sendit() function 847 return (sendit(td, uap->s, &msg, uap->flags)); in sys_sendto() 865 return (sendit(td, uap->s, &msg, uap->flags)); in osend() 883 error = sendit(td, uap->s, &msg, uap->flags); in osendmsg() 907 error = sendit(td, uap->s, &msg, uap->flags); in sys_sendmsg()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_output.c | 489 goto sendit; in ip_output() 525 goto sendit; in ip_output() 647 goto sendit; in ip_output() 681 sendit: in ip_output()
|
| /f-stack/lib/ |
| H A D | ff_syscall_wrapper.c | 218 extern int sendit(struct thread *td, int s, struct msghdr *mp, int flags); 823 if ((rc = sendit(curthread, s, &msg, flags))) in ff_sendto() 847 rc = sendit(curthread, s, __DECONST(struct msghdr *, msg), flags); in ff_sendmsg()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 1135 goto sendit; in ng_ksocket_incoming2() 1143 sendit: /* Forward data with optional peer sockaddr as packet tag */ in ng_ksocket_incoming2()
|