Searched refs:EPROTONOSUPPORT (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c615 return (EPROTONOSUPPORT);
H A Dng_btsocket_l2cap.c1983 return (EPROTONOSUPPORT);
1990 return (EPROTONOSUPPORT);
/freebsd-current/sys/netinet/
H A Draw_ip.c823 return EPROTONOSUPPORT;
H A Din.c490 return (EPROTONOSUPPORT);
/freebsd-current/sys/dev/irdma/
H A Dfbsd_kcompat.c417 err = -EPROTONOSUPPORT;
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c255 if(errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) {
708 if(errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) {
/freebsd-current/sys/net/
H A Dif_vlan.c1698 return (EPROTONOSUPPORT);
1700 return (EPROTONOSUPPORT);
H A Drtsock.c1087 senderr(EPROTONOSUPPORT);
/freebsd-current/contrib/lib9p/
H A Drequest.c272 [EPROTONOSUPPORT] = LINUX_EPROTONOSUPPORT,
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c1743 if (errno == EPROTONOSUPPORT || errno == EAFNOSUPPORT ||
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonkrpc.c1014 error = EPROTONOSUPPORT;
/freebsd-current/sys/dev/hyperv/hvsock/
H A Dhv_sock.c357 return (EPROTONOSUPPORT);
/freebsd-current/sys/fs/fuse/
H A Dfuse_internal.c999 err = EPROTONOSUPPORT;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c307 return -EPROTONOSUPPORT;
311 return -EPROTONOSUPPORT;
314 return -EPROTONOSUPPORT;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c222 return ERR_PTR(-EPROTONOSUPPORT);
338 ret = ERR_PTR(-EPROTONOSUPPORT);
/freebsd-current/contrib/sendmail/src/
H A Dmilter.c727 # ifdef EPROTONOSUPPORT
728 errno = EPROTONOSUPPORT;
H A Dmap.c8389 # ifdef EPROTONOSUPPORT
8390 errno = EPROTONOSUPPORT;
8393 # endif /* EPROTONOSUPPORT */
/freebsd-current/sys/kern/
H A Duipc_socket.c529 return (EPROTONOSUPPORT);
542 return (EPROTONOSUPPORT);
/freebsd-current/sys/dev/xen/netfront/
H A Dnetfront.c2021 return (EPROTONOSUPPORT);
/freebsd-current/sys/netinet6/
H A Din6.c1261 error = EPROTONOSUPPORT;
/freebsd-current/sys/compat/linux/
H A Dlinux_socket.c1184 return (EPROTONOSUPPORT);
/freebsd-current/sys/netipsec/
H A Dkey.c1608 *error = EPROTONOSUPPORT;
3560 error = EPROTONOSUPPORT;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_io.c2917 if (errval == EPROTONOSUPPORT ||
2924 "unexpected socket() error %m code %d (not EPROTONOSUPPORT nor EAFNOSUPPORT nor EPFNOSUPPORT) - exiting",
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c2086 return (EPROTONOSUPPORT);
/freebsd-current/tests/sys/kern/
H A Dktls_test.c2702 ATF_REQUIRE_ERRNO(EPROTONOSUPPORT, setsockopt(sockets[1], IPPROTO_TCP,

Completed in 341 milliseconds

1234