Searched refs:afswitch (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Daf.h66 struct afswitch { struct
77 struct afswitch afswitch[AF_MAX]; /* table proper */ variable in typeref:struct:afswitch
H A Dif.c108 netmatch = afswitch[af].af_netmatch;
136 netmatch = afswitch[af].af_netmatch;
H A Dtables.c76 (*afswitch[dst->sa_family].af_hash)(dst, &h);
103 (*afswitch[af].af_hash)(dst, &h);
107 match = afswitch[af].af_netmatch;
132 (*afswitch[af].af_hash)(dst, &h);
133 flags = (*afswitch[af].af_ishost)(dst) ? RTF_HOST : 0;
182 (*afswitch[af].af_hash)(dst, &h);
183 flags = (*afswitch[af].af_ishost)(dst) ? RTF_HOST : 0;
H A Doutput.c108 (*afswitch[dst->sa_family].af_output)
137 af_output_t *output = afswitch[dst->sa_family].af_output;
H A Dsap_input.c54 struct afswitch *afp;
72 afp = &afswitch[from->sa_family];
H A Dsap_output.c89 (*afswitch[dst->sa_family].af_output)
122 af_output_t *output = afswitch[dst->sa_family].af_output;
H A Daf.c77 struct afswitch afswitch[AF_MAX] = variable in typeref:struct:afswitch
H A Dinput.c77 struct afswitch *afp;
93 afp = &afswitch[from->sa_family];
H A Dstartup.c251 match = afswitch[dst->sa_family].af_netmatch;

Completed in 179 milliseconds