Newer
Older
UbixOS / doc / html / group__netif__ip4.dot
digraph "IPv4 address handling"
{
  edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
  node [fontname="Helvetica",fontsize="10",shape=box];
  rankdir=LR;
  Node2 [label="Network interface \l(NETIF)",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$group__netif.html",tooltip=" "];
  Node1 [label="IPv4 address handling",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
  Node2->Node1 [shape=plaintext, dir="back", style="solid"];
}