Searched refs:sender_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp173 bool CChatSelector::ProcessMessage(uint64 sender_id, const wxString& message) argument
175 CChatSession* session = GetPageByClientID(sender_id);
197 uint32 ip = IP_FROM_GUI_ID(sender_id);
198 client_name = CFormat(wxT("IP: %s Port: %u")) % Uint32toStringIP(ip) % PORT_FROM_GUI_ID(sender_id);
201 session = StartSession( sender_id, client_name, true );
212 session->AddText( GetPageText(GetTabByClientID(sender_id)), COLOR_BLUE, false );
H A DChatSelector.h73 bool ProcessMessage(uint64 sender_id, const wxString& message);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-lspping.c230 u_int8_t sender_id [4]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv4_t
252 u_int8_t sender_id [16]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv6_t
660 ipaddr_string(subtlv_ptr.lspping_tlv_targetfec_subtlv_bgp_ipv4->sender_id));
670 ip6addr_string(subtlv_ptr.lspping_tlv_targetfec_subtlv_bgp_ipv6->sender_id));

Completed in 97 milliseconds