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

  /external/qemu/telephony/
remote_call.h 43 int from_port,
48 extern int remote_call_sms( const char* number, int from_port, SmsPDU pdu );
51 extern void remote_call_other( const char* to_number, int from_port, RemoteCallType type );
53 extern void remote_call_cancel( const char* to_number, int from_port );
remote_call.c 97 int from_port; member in struct:RemoteCallRec
149 remote_call_alloc( RemoteCallType type, int to_port, int from_port )
152 int from_num = remote_number_from_port(from_port);
160 rcall->from_port = from_port;
265 call->from_port, call->to_port, events);
285 call->from_port, call->to_port, call->buff_len - call->buff_pos );
356 remote_call_generic( RemoteCallType type, const char* to_number, int from_port )
361 if ( remote_number_from_port(from_port) < 0 ) {
362 D("%s: from_port value %d is not valid", __FUNCTION__, from_port)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 425 const char *from_addr, int from_port)
432 from_addr, from_port);
485 const char *from_addr, int from_port,
516 from_addr, from_port);
523 from_addr, from_port);
528 if (sess->last_from_port == from_port &&
591 sess->last_from_port = from_port;
612 RADIUS_DEBUG("Reply to %s:%d", from_addr, from_port);
641 sess->last_from_port = from_port;
681 int from_port = 0 local
    [all...]

Completed in 188 milliseconds