HomeSort by relevance Sort by last modified time
    Searched defs:send_data (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_CE_A.c 721 static uint8_t send_data[] = {0x6D, 0x80}; local
724 send_data, sizeof(send_data));
phHciNfc_CE_B.c 719 static uint8_t send_data[] = {0x6D, 0x80}; local
722 send_data, sizeof(send_data));
  /external/dbus/dbus/
dbus-auth.c 221 static dbus_bool_t send_data (DBusAuth *auth,
619 if (!send_data (auth, &tmp2))
935 if (!send_data (auth, &tmp))
997 if (send_data (auth, NULL))
1236 send_data (DBusAuth *auth, DBusString *data) function
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 344 typedef struct send_data /* Used to pass information to sendserver() function */ struct
354 } SEND_DATA;
399 void rc_buildreq __P((SEND_DATA *, int, char *, unsigned short, int, int));
443 int rc_send_server __P((SEND_DATA *, char *, REQUEST_INFO *));

Completed in 102 milliseconds