HomeSort by relevance Sort by last modified time
    Searched refs:snoop (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/test/
hciemu.c 1180 "\t[-s file] create snoop file\n"
1188 { "snoop", 1, 0, 's' },
1198 char *device = NULL, *snoop = NULL; local
1215 snoop = strdup(optarg);
1297 /* Create snoop file */
1298 if (snoop) {
1299 dd = create_snoop(snoop);
1301 syslog(LOG_ERR, "Can't create snoop file %s: %s (%d)",
1302 snoop, strerror(errno), errno);
1303 free(snoop);
    [all...]
  /external/libpcap/
configure     [all...]

Completed in 40 milliseconds