MCPcopy Create free account
hub / github.com/F-Stack/f-stack / af_register

Function af_register

tools/ifconfig/ifconfig.c:860–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858static struct afswtch *afs = NULL;
859
860void
861af_register(struct afswtch *p)
862{
863 p->af_next = afs;
864 afs = p;
865}
866
867static struct afswtch *
868af_getbyname(const char *name)

Callers 15

ipsec_ctorFunction · 0.85
ieee80211_ctorFunction · 0.85
gif_ctorFunction · 0.85
inet_ctorFunction · 0.85
link_ctorFunction · 0.85
gre_ctorFunction · 0.85
mac_ctorFunction · 0.85
ifmedia_ctorFunction · 0.85
bridge_ctorFunction · 0.85
group_ctorFunction · 0.85
lagg_ctorFunction · 0.85
vlan_ctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected