Searched refs:ort (Results 1 - 2 of 2) sorted by path

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c754 ort = NOTSPEC; local
797 ort = tn->tn_type->t_tspec;
919 } else if (!tflag && !sflag && !isutyp(olt) && isutyp(ort)) {
929 } else if (!tflag && !sflag && !isutyp(olt) && !isutyp(ort) &&
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dtables.c170 rtadd_clone(struct rt_entry *ort, struct sockaddr *dst, argument
203 while(ort->rt_clone != NULL)
204 ort = ort->rt_clone;
205 ort->rt_clone = rt;
369 rtioctl(int action, struct rtuentry *ort) argument
375 ort->rtu_rtflags = ort->rtu_flags;
380 return (ioctl(s, SIOCADDRT, (char *)ort));
383 return (ioctl(s, SIOCDELRT, (char *)ort));
[all...]

Completed in 297 milliseconds