HomeSort by relevance Sort by last modified time
    Searched refs:mlen (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 84 size_t mlen = sizeof(*eth) + len; local
85 eth = os_malloc(mlen);
93 ret = pcap_sendpacket(l2->pcap, (u8 *) eth, mlen);
l2_packet_ndis.c 116 size_t mlen = sizeof(*eth) + len; local
117 eth = os_malloc(mlen);
125 res = WriteFile(driver_ndis_get_ndisuio_handle(), eth, mlen,
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 199 size_t mlen; /* length of must */ member in struct:re_guts
regcomp.c 296 g->mlen = 0;
    [all...]