diameter_sync
call(Name, Req, Max, Timeout) -> term()
call(Node, Name, Req, Max, Timeout) -> term()
cast(Name, Req, Max, Timeout) -> term()
cast(Node, Name, Req, Max, Timeout) -> term()
carp(Node, Name) -> term()
handle_call(Request, From, State) -> term()
handle_cast(Msg, State) -> term()
handle_info(Request, State) -> term()
code_change(OldVsn, State, Extra) -> term()
terminate(Reason, State) -> term()