Behaviours: p1_fsm.
blacklist() = [subnet()]
subnet() = {inet:ip4_address(), 0..32} | {inet:ip6_address(), 0..128}
active/2 | |
code_change/4 | |
handle_event/3 | |
handle_info/3 | |
handle_sync_event/4 | |
init/1 | |
route/2 | |
start/1 | |
start_link/1 | |
stop/1 | |
terminate/3 | |
wait_for_allocate/2 |
active(Stun, State) -> any()
code_change(OldVsn, StateName, State, Extra) -> any()
handle_event(Event, StateName, State) -> any()
handle_info(Info, StateName, State) -> any()
handle_sync_event(Event, From, StateName, State) -> any()
init(X1) -> any()
route(Pid, Msg) -> any()
start(Opts) -> any()
start_link(Opts) -> any()
stop(Pid) -> any()
terminate(Reason, StateName, State) -> any()
wait_for_allocate(Stun, State) -> any()
Generated by EDoc