Searched refs:sendmsg (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c1089 if (sendmsg(ripsock, &m, 0 /*MSG_DONTROUTE*/) < 0) {
1090 trace(1, "sendmsg: %s\n", strerror(errno));
/freebsd-current/sys/kern/
H A Dinit_sysent.c91 { .sy_narg = AS(sendmsg_args), .sy_call = (sy_call_t *)sys_sendmsg, .sy_auevent = AUE_SENDMSG, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 28 = sendmsg */
177 { compat(AS(osendmsg_args),sendmsg), .sy_auevent = AUE_SENDMSG, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 114 = old sendmsg */
/freebsd-current/contrib/ofed/librdmacm/
H A Drsocket.c2633 ret = sendmsg(rs->udp_sock, &msg, flags);
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c5245 if (sendmsg(sock, &msg, 0) < 0) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3220 INTERCEPTOR(SSIZE_T, sendmsg, int fd, struct __sanitizer_msghdr *msg,
3223 COMMON_INTERCEPTOR_ENTER(ctx, sendmsg, fd, msg, flags);
3228 SSIZE_T res = REAL(sendmsg)(fd, msg, flags);
3233 #define INIT_SENDMSG COMMON_INTERCEPT_FUNCTION(sendmsg);

Completed in 152 milliseconds

1234