Searched refs:EPROTONOSUPPORT (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y702 if (sock == -1 && errno == EPROTONOSUPPORT)
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c421 { BSM_ERRNO_EPROTONOSUPPORT, EPROTONOSUPPORT,
/freebsd-11-stable/sys/netinet/
H A Dtoecore.c463 return (EPROTONOSUPPORT);
H A Draw_ip.c850 return EPROTONOSUPPORT;
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c423 { BSM_ERRNO_EPROTONOSUPPORT, EPROTONOSUPPORT,
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c157 errno = EPROTONOSUPPORT;
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1289 #ifdef EPROTONOSUPPORT
1290 case EPROTONOSUPPORT:
1291 return ("EPROTONOSUPPORT");
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c671 case EPROTONOSUPPORT:
862 case EPROTONOSUPPORT:
/freebsd-11-stable/sys/netgraph/
H A Dng_mppc.c288 ERROUT(EPROTONOSUPPORT);
292 ERROUT(EPROTONOSUPPORT);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c754 errno = EPROTONOSUPPORT;
841 errno = EPROTONOSUPPORT;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2978 return -EPROTONOSUPPORT;
3005 return -EPROTONOSUPPORT;
3012 return -EPROTONOSUPPORT;
3030 return -EPROTONOSUPPORT;
3076 return -EPROTONOSUPPORT;
3080 return -EPROTONOSUPPORT;
3162 return -EPROTONOSUPPORT;
3282 return -EPROTONOSUPPORT;
H A Dmlx4_fw.c570 err = -EPROTONOSUPPORT;
659 err = -EPROTONOSUPPORT;
665 err = -EPROTONOSUPPORT;
672 err = -EPROTONOSUPPORT;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_internal.c587 err = EPROTONOSUPPORT;
/freebsd-11-stable/sys/net/
H A Dif_fddisubr.c197 error = EPROTONOSUPPORT;
H A Dif_vlan.c1330 return (EPROTONOSUPPORT);
1332 return (EPROTONOSUPPORT);
H A Dif_lagg.c647 return (EPROTONOSUPPORT);
1172 error = EPROTONOSUPPORT;
/freebsd-11-stable/sbin/hastd/
H A Dparse.y792 if (sock == -1 && errno == EPROTONOSUPPORT)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-netfilter-linux.c740 if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT)
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c912 return (EPROTONOSUPPORT);
914 return (EPROTONOSUPPORT);
H A Dng_btsocket_sco.c1212 return (EPROTONOSUPPORT);
1219 return (EPROTONOSUPPORT);
H A Dng_btsocket_l2cap_raw.c616 return (EPROTONOSUPPORT);
H A Dng_btsocket_l2cap.c2011 return (EPROTONOSUPPORT);
2018 return (EPROTONOSUPPORT);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c584 return -EPROTONOSUPPORT;
919 return -EPROTONOSUPPORT;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c1238 errno = EPROTONOSUPPORT;
1247 errno = EPROTONOSUPPORT;
/freebsd-11-stable/usr.sbin/nfsd/
H A Dnfsd.c252 if (errno != EPROTONOSUPPORT && errno != EAFNOSUPPORT)

Completed in 206 milliseconds

123