Searched refs:swrap_ioctl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h50 int swrap_ioctl(int s, int req, void *ptr);
112 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr)
H A Dsocket_wrapper.c1737 _PUBLIC_ int swrap_ioctl(int s, int r, void *p) function

Completed in 43 milliseconds