| /src/usr.sbin/ypserv/ypxfr/ | 
| ypxfr.c | 90 	u_int ordernum, new_ordernum;  local in function:main 173 		ordernum = 0;
 175 		status = get_local_ordernum(domain, map, &ordernum);
 204 	status = get_remote_ordernum(client, domain, map, ordernum,
 451 add_order(DBM *ldb, u_int ordernum)
 458 	snprintf(datestr, sizeof(datestr), "%010d", ordernum);
 
 | 
| /src/include/rpcsvc/ | 
| yp_prot.h | 97 	unsigned int ordernum;  member in struct:ypmap_parms 120 #define ypxfr_ordernum	map_parms.ordernum
 141 	unsigned int ordernum;  member in struct:ypresp_order
 
 |