HomeSort by relevance Sort by last modified time
    Searched full:ireq (Results 1 - 12 of 12) sorted by null

  /external/libpcap/
pcap-linux.c 989 struct iwreq ireq; local
1047 strlcpy(ireq.ifr_ifrn.ifrn_name, handle->opt.source,
1048 sizeof ireq.ifr_ifrn.ifrn_name);
1049 if (ioctl(sock_fd, SIOCGIWMODE, &ireq) != -1) {
1151 struct iwreq ireq; local
5116 struct iwreq ireq; local
5224 struct iwreq ireq; local
    [all...]
scanner.l 367 icmp-ireq { yylval.i = 15; return NUM; }
pcap-filter.manmisc.in 873 \fBicmp-tstampreply\fP, \fBicmp-ireq\fP, \fBicmp-ireqreply\fP,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 112 struct ieee80211req ireq; local
117 os_memset(&ireq, 0, sizeof(ireq));
118 os_strlcpy(ireq.i_name, drv->ifname, sizeof(ireq.i_name));
119 ireq.i_type = op;
120 ireq.i_val = val;
121 ireq.i_data = (void *) arg;
122 ireq.i_len = arg_len;
124 if (ioctl(drv->global->sock, SIOCS80211, &ireq) < 0)
156 struct ieee80211req ireq; local
944 struct ieee80211req ireq; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
client.go 311 func (c *Client) doFollowingRedirects(ireq *Request, shouldRedirect func(int) bool) (resp *Response, err error) {
319 if ireq.URL == nil {
320 ireq.closeBody()
325 req := ireq
352 nreq.Method = ireq.Method
353 if ireq.Method == "POST" || ireq.Method == "PUT" {
416 method := ireq.Method
  /prebuilts/go/linux-x86/src/net/http/
client.go 311 func (c *Client) doFollowingRedirects(ireq *Request, shouldRedirect func(int) bool) (resp *Response, err error) {
319 if ireq.URL == nil {
320 ireq.closeBody()
325 req := ireq
352 nreq.Method = ireq.Method
353 if ireq.Method == "POST" || ireq.Method == "PUT" {
416 method := ireq.Method
  /external/dhcpcd-6.8.2/
if-bsd.c 171 struct ieee80211req ireq; local
196 memset(&ireq, 0, sizeof(ireq));
197 strlcpy(ireq.i_name, ifname, sizeof(ireq.i_name));
198 ireq.i_type = IEEE80211_IOC_SSID;
199 ireq.i_val = -1;
201 ireq.i_data = &nwid;
202 if (ioctl(s, SIOCG80211, &ireq) == 0) {
204 retval = ireq.i_len
    [all...]
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 980 IVoiceInteractorRequest ireq = request.submit(mInteractor, local
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/
http.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/net/
http.a     [all...]

Completed in 267 milliseconds