/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 35 int from_port) 68 abuf, from_port); 79 abuf, from_port); 91 abuf, from_port); 113 "'%s' from %s:%d", tmp, abuf, from_port); 142 abuf, from_port); 147 "%s:%d", abuf, from_port); 185 int from_port = 0; local 204 from_port = ntohs(from.sin.sin_port); 207 len, abuf, from_port); [all...] |
radius_server.c | 913 const char *from_addr, int from_port) 922 from_addr, from_port); 974 const char *from_addr, int from_port, 1004 from_addr, from_port); 1012 from_addr, from_port); 1017 if (sess->last_from_port == from_port && 1083 sess->last_from_port = from_port; 1112 RADIUS_DEBUG("Reply to %s:%d", from_addr, from_port); 1143 sess->last_from_port = from_port; 1183 int from_port = 0 local 1293 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...] |