otp_net.h

Include dependency graph for otp_net.h:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "7" [label="stdbool.h" tooltip="stdbool.h"] "24" [label="refc_binary.h" tooltip="refc_binary.h"] "28" [label="nifs.h" tooltip="nifs.h"] "4" [label="atom.h" tooltip="atom.h"] "10" [label="assert.h" tooltip="assert.h"] "22" [label="utils.h" tooltip="utils.h"] "15" [label="synclist.h" tooltip="synclist.h"] "14" [label="list.h" tooltip="list.h"] "3" [label="stdint.h" tooltip="stdint.h"] "5" [label="stdlib.h" tooltip="stdlib.h"] "29" [label="context.h" tooltip="context.h"] "21" [label="memory.h" tooltip="memory.h"] "1" [label="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.h" tooltip="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.h" fillcolor="#BFBFBF"] "25" [label="resources.h" tooltip="resources.h"] "18" [label="term.h" tooltip="term.h"] "23" [label="stddef.h" tooltip="stddef.h"] "8" [label="erl_nif.h" tooltip="erl_nif.h"] "30" [label="exportedfunction.h" tooltip="exportedfunction.h"] "11" [label="limits.h" tooltip="limits.h"] "6" [label="atom_table.h" tooltip="atom_table.h"] "19" [label="sys/types.h" tooltip="sys/types.h"] "20" [label="string.h" tooltip="string.h"] "9" [label="term_typedef.h" tooltip="term_typedef.h"] "2" [label="globalcontext.h" tooltip="globalcontext.h"] "17" [label="smp.h" tooltip="smp.h"] "27" [label="timer_list.h" tooltip="timer_list.h"] "26" [label="mailbox.h" tooltip="mailbox.h"] "16" [label="stdio.h" tooltip="stdio.h"] "13" [label="ets.h" tooltip="ets.h"] "12" [label="inttypes.h" tooltip="inttypes.h"] "24" -> "7" [dir=forward tooltip="include"] "24" -> "5" [dir=forward tooltip="include"] "24" -> "14" [dir=forward tooltip="include"] "24" -> "25" [dir=forward tooltip="include"] "28" -> "4" [dir=forward tooltip="include"] "28" -> "29" [dir=forward tooltip="include"] "28" -> "30" [dir=forward tooltip="include"] "4" -> "3" [dir=forward tooltip="include"] "4" -> "5" [dir=forward tooltip="include"] "22" -> "23" [dir=forward tooltip="include"] "22" -> "16" [dir=forward tooltip="include"] "22" -> "5" [dir=forward tooltip="include"] "15" -> "16" [dir=forward tooltip="include"] "15" -> "14" [dir=forward tooltip="include"] "15" -> "17" [dir=forward tooltip="include"] "14" -> "7" [dir=forward tooltip="include"] "29" -> "2" [dir=forward tooltip="include"] "29" -> "14" [dir=forward tooltip="include"] "29" -> "26" [dir=forward tooltip="include"] "29" -> "17" [dir=forward tooltip="include"] "29" -> "18" [dir=forward tooltip="include"] "29" -> "27" [dir=forward tooltip="include"] "21" -> "3" [dir=forward tooltip="include"] "21" -> "5" [dir=forward tooltip="include"] "21" -> "8" [dir=forward tooltip="include"] "21" -> "9" [dir=forward tooltip="include"] "21" -> "22" [dir=forward tooltip="include"] "1" -> "2" [dir=forward tooltip="include"] "1" -> "28" [dir=forward tooltip="include"] "25" -> "5" [dir=forward tooltip="include"] "25" -> "8" [dir=forward tooltip="include"] "25" -> "14" [dir=forward tooltip="include"] "25" -> "21" [dir=forward tooltip="include"] "25" -> "15" [dir=forward tooltip="include"] "18" -> "19" [dir=forward tooltip="include"] "18" -> "7" [dir=forward tooltip="include"] "18" -> "3" [dir=forward tooltip="include"] "18" -> "16" [dir=forward tooltip="include"] "18" -> "5" [dir=forward tooltip="include"] "18" -> "20" [dir=forward tooltip="include"] "18" -> "21" [dir=forward tooltip="include"] "18" -> "24" [dir=forward tooltip="include"] "18" -> "22" [dir=forward tooltip="include"] "18" -> "9" [dir=forward tooltip="include"] "8" -> "9" [dir=forward tooltip="include"] "30" -> "18" [dir=forward tooltip="include"] "6" -> "7" [dir=forward tooltip="include"] "6" -> "4" [dir=forward tooltip="include"] "9" -> "10" [dir=forward tooltip="include"] "9" -> "11" [dir=forward tooltip="include"] "9" -> "12" [dir=forward tooltip="include"] "9" -> "3" [dir=forward tooltip="include"] "2" -> "3" [dir=forward tooltip="include"] "2" -> "4" [dir=forward tooltip="include"] "2" -> "6" [dir=forward tooltip="include"] "2" -> "8" [dir=forward tooltip="include"] "2" -> "13" [dir=forward tooltip="include"] "2" -> "14" [dir=forward tooltip="include"] "2" -> "26" [dir=forward tooltip="include"] "2" -> "17" [dir=forward tooltip="include"] "2" -> "15" [dir=forward tooltip="include"] "2" -> "18" [dir=forward tooltip="include"] "2" -> "27" [dir=forward tooltip="include"] "17" -> "7" [dir=forward tooltip="include"] "27" -> "7" [dir=forward tooltip="include"] "27" -> "3" [dir=forward tooltip="include"] "27" -> "14" [dir=forward tooltip="include"] "26" -> "7" [dir=forward tooltip="include"] "26" -> "14" [dir=forward tooltip="include"] "26" -> "9" [dir=forward tooltip="include"] "26" -> "22" [dir=forward tooltip="include"] "13" -> "14" [dir=forward tooltip="include"] "13" -> "15" [dir=forward tooltip="include"] "13" -> "18" [dir=forward tooltip="include"] }

This graph shows which files directly or indirectly include otp_net.h:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.c" tooltip="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.c"] "1" [label="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.h" tooltip="/__w/AtomVM/AtomVM/src/libAtomVM/otp_net.h" fillcolor="#BFBFBF"] "1" -> "2" [dir=back tooltip="include"] }

Functions

const struct Nif *otp_net_nif_get_nif(const char *nifname)
void otp_net_init(GlobalContext *global)