Searched refs:sendit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/netbsd-tests/net/net/ |
| H A D | t_udp.c | 17 sendit(int family) in sendit() function 88 sendit(AF_INET); in ATF_TC_BODY() 101 sendit(AF_INET6); in ATF_TC_BODY()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_syscalls.c | 76 static int sendit(struct thread *td, int s, struct msghdr *mp, int flags); 670 sendit(struct thread *td, int s, struct msghdr *mp, int flags) in sendit() function 832 return (sendit(td, uap->s, &msg, uap->flags)); in sys_sendto() 850 return (sendit(td, uap->s, &msg, uap->flags)); in osend() 868 error = sendit(td, uap->s, &msg, uap->flags); in osendmsg() 892 error = sendit(td, uap->s, &msg, uap->flags); in sys_sendmsg()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_output.c | 484 goto sendit; in ip_output() 519 goto sendit; in ip_output() 635 goto sendit; in ip_output() 669 sendit: in ip_output()
|
| /freebsd-14.2/sys/gdb/ |
| H A D | gdb_main.c | 148 goto sendit; in gdb_do_threadinfo() 168 sendit: in gdb_do_threadinfo()
|
| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 152 static int sendit(struct printer *_pp, char *_file); 289 i = sendit(pp, q->job_cfname); in printjob() 895 sendit(struct printer *pp, char *file) in sendit() function
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_ksocket.c | 1149 goto sendit; in ng_ksocket_incoming2() 1157 sendit: /* Forward data with optional peer sockaddr as packet tag */ in ng_ksocket_incoming2()
|
| /freebsd-14.2/sys/dev/sk/ |
| H A D | if_sk.c | 2267 goto sendit; in sk_txcksum() 2274 goto sendit; in sk_txcksum() 2281 goto sendit; in sk_txcksum() 2291 sendit: in sk_txcksum()
|