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

  /external/qemu/telephony/
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...]
  /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...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 612 const char *from_addr, int from_port)
621 from_addr, from_port);
673 const char *from_addr, int from_port,
704 from_addr, from_port);
711 from_addr, from_port);
716 if (sess->last_from_port == from_port &&
778 sess->last_from_port = from_port;
802 RADIUS_DEBUG("Reply to %s:%d", from_addr, from_port);
830 sess->last_from_port = from_port;
870 int from_port = 0 local
    [all...]

Completed in 1954 milliseconds