freebsd-dev/tools/regression/sockets/rtsocket
Enji Cooper c084ac2883 Test for EPROTOTYPE not EPROTONOSUPPORT
- `SOCK_RAW` is the implied supported type parameter for socket(2) per route(4)
- localsw in `sys/kern/uipc_usrreq.c` doesn't have an entry for `SOCK_RAW`, so
  the prototype is invalid (this isn't explicitly documented anywhere I could
  find)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2016-01-16 02:02:50 +00:00
..
Makefile
rtsocket.c Test for EPROTOTYPE not EPROTONOSUPPORT 2016-01-16 02:02:50 +00:00