erl_epmd

DATA TYPES

calls() = client_info_req | stop | {register, term(), term()}
state() = #state{}

Functions


start() -> term()

start_link() -> term()

stop() -> term()

port_please(Node, Host) -> term()

port_please(Node, HostName, Timeout) -> term()

names() -> term()

names(HostName) -> term()

register_node(Name, PortNo) -> term()

init(X1::term()) -> {ok, state()}

handle_call(X1::calls(), From::term(), State::state()) -> {reply, term(), state()} | {stop, shutdown, ok, state()}

handle_cast(X1::term(), State::state()) -> {noreply, state()}

handle_info(X1::term(), State::state()) -> {noreply, state()}

terminate(X1::term(), State::state()) -> ok

code_change(OldVsn::term(), State::state(), Extra::term()) -> {ok, state()}

open() -> term()

open(EpmdAddr) -> term()

open(EpmdAddr, Timeout) -> term()

View Functions