Home
last modified time | relevance | path

Searched defs:request (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/libbb/
Dxfuncs_printf.c546 int FAST_FUNC ioctl_or_perror_and_die(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror_and_die()
562 int FAST_FUNC ioctl_or_perror(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror()
576 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_ioctl_or_warn()
585 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_xioctl()
595 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) in bb_ioctl_or_warn()
604 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp) in bb_xioctl()
/busybox-1.35.0/networking/
Difenslave.c178 static int ioctl_on_skfd(unsigned request, struct ifreq *ifr) in ioctl_on_skfd()
183 static int set_ifrname_and_do_ioctl(unsigned request, struct ifreq *ifr, const char *ifname) in set_ifrname_and_do_ioctl()
Difplugd.c172 static int network_ioctl(int request, void* data, const char *errmsg) in network_ioctl()
Dhttpd.c1552 const char *request, in send_cgi_and_exit()
/busybox-1.35.0/include/
Dlibbb.h1818 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp,#request) argument
1819 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp,#request) argument
1823 #define ioctl_or_warn(fd,request,argp) bb_ioctl_or_warn(fd,request,argp) argument
1824 #define xioctl(fd,request,argp) bb_xioctl(fd,request,argp) argument