Searched refs:sap_entry (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Dsap.h62 typedef struct sap_entry { struct
63 struct sap_entry *forw;
64 struct sap_entry *back;
65 struct sap_entry *clone;
72 }sap_entry; typedef in typeref:struct:sap_entry
77 struct sap_entry *forw;
78 struct sap_entry *back;
96 struct sap_entry *sap_lookup(u_short ServType, char *ServName);
97 struct sap_entry *sap_nearestserver(ushort ServType, struct interface *ifp);
99 void sap_change(struct sap_entry *sa
[all...]
H A Dsap_tables.c50 (struct sap_entry *)&sap_head[i];
93 struct sap_entry *
96 register struct sap_entry *sap;
103 for(sap = sh->forw; sap != (sap_entry *)sh; sap = sap->forw) {
123 struct sap_entry *
126 register struct sap_entry *sap;
128 register struct sap_entry *best = NULL;
134 for(sap = sh->forw; sap != (sap_entry *)sh; sap = sap->forw) {
154 register struct sap_entry *nsap;
161 nsap = malloc(sizeof(struct sap_entry));
[all...]
H A Dsap_input.c51 struct sap_entry *sap;
172 register struct sap_entry *tsap = sap->clone;
203 register struct sap_entry *sap;
209 sap != (struct sap_entry *)sh;
H A Dtimer.c64 register struct sap_entry *sap;
149 for (; sap != (struct sap_entry *)sh; sap = sap->forw) {
151 struct sap_entry *tsap, *psap;
217 register struct sap_entry *sap;
232 for (; sap != (struct sap_entry *)sh; sap = sap->forw)
H A Dsap_output.c116 register struct sap_entry *sap;
117 register struct sap_entry *csap; /* Clone route */
132 for (sap = sh->forw; sap != (struct sap_entry *)sh; sap = sap->forw) {
H A Dtrace.h129 void tracesapactionlog(char *action, struct sap_entry *sap);
H A Dtrace.c290 struct sap_entry *sap;
444 register struct sap_entry *sap;
452 for (; sap != (struct sap_entry *)hash; sap = sap->forw) {

Completed in 51 milliseconds