HomeSort by relevance Sort by last modified time
    Searched refs:from_port (Results 1 - 5 of 5) 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 106 int from_port; member in struct:RemoteCallRec
158 remote_call_alloc( RemoteCallType type, int to_port, int from_port )
161 int from_num = remote_number_from_port(from_port);
169 rcall->from_port = from_port;
274 call->from_port, call->to_port, events);
294 call->from_port, call->to_port, call->buff_len - call->buff_pos );
365 remote_call_generic( RemoteCallType type, const char* to_number, int from_port )
370 if ( remote_number_from_port(from_port) < 0 ) {
371 D("%s: from_port value %d is not valid", __FUNCTION__, from_port)
    [all...]
sim_card.h 19 extern ASimCard asimcard_create( int from_port );
  /external/wpa_supplicant_8/src/radius/
radius_das.c 38 int from_port)
66 abuf, from_port);
81 "'%s' from %s:%d", tmp, abuf, from_port);
110 abuf, from_port);
115 "%s:%d", abuf, from_port);
153 int from_port = 0; local
172 from_port = ntohs(from.sin.sin_port);
175 len, abuf, from_port);
184 "from %s:%d failed", abuf, from_port);
194 "from %s:%d - drop", abuf, from_port);
    [all...]
radius_server.c 635 const char *from_addr, int from_port)
644 from_addr, from_port);
696 const char *from_addr, int from_port,
726 from_addr, from_port);
733 from_addr, from_port);
738 if (sess->last_from_port == from_port &&
797 sess->last_from_port = from_port;
821 RADIUS_DEBUG("Reply to %s:%d", from_addr, from_port);
849 sess->last_from_port = from_port;
889 int from_port = 0 local
    [all...]

Completed in 4481 milliseconds