/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...] |
/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...] |