Searched refs:af_addr_commit (Results 1 – 6 of 6) sorted by relevance
17 void (*af_addr_commit)(prop_dictionary_t, prop_dictionary_t); member
67 .af_addr_commit = link_commit_address
73 .af_addr_commit = in_commit_address,
72 .af_addr_commit = at_commit_address
105 .af_addr_commit = in6_commit_address,
810 assert(afp->af_addr_commit != NULL); in main() 811 (*afp->af_addr_commit)(env, oenv); in main()